Lect0r / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

ReDraw Person Icon on LocationChange #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
is it possible to redraw the person icon (in  
OpenStreetMapViewSimpleLocationOverlay)  when I 
change the location without reloading the map?

Thanks

Original issue reported on code.google.com by gefe...@gmail.com on 9 Apr 2010 at 4:57

GoogleCodeExporter commented 9 years ago
No, all overlays are drawn in the same buffer. You'd have to store the map 
overlay in
some buffer. This could be nice to prevent flicker after zooming, too. So we 
might
consider to implement it.

Original comment by ThyMythos@googlemail.com on 17 Apr 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by kurtzm...@gmail.com on 25 Jan 2013 at 8:01