문제

I am working in Indoor Positioning System .. It will be an android app like this I am trying to make custom View for displaying the map, First step I make a Scrollable ImageView following article called 'A simple implementation of a scrollable ImageView'

The problem is when I put a marker in the map (using another ImageView for marker), When I start scrolling .. the markers start disappearing like this

So can any one help me ? I want markers to stick into the map and only the map scroll (I mean like Google Maps)

도움이 되었습니까?

해결책

For creating map, Canvas is a better option, in canvas you can implement scroll,zoom,rotation etc. In canvas it supports any number of bitmaps, and also we can draw programmatically within the canvas.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top