moagrius / MapView

(Deprecated, prefer https://github.com/moagrius/TileView) Android widget roughly described as a hybrid between com.google.android.maps.MapView and iOS's CATiledLayer
http://moagrius.github.com/MapView/documentation
69 stars 35 forks source link

slideToAndCenter - map does not refresh #19

Closed Shusshu closed 11 years ago

Shusshu commented 11 years ago

If we slide to a location which was not loaded the tile never loads

LucasDeVil commented 11 years ago

I'd like to kinda reopen it since it seems to work only when the process of tile drawing is not completed. As soon as all visible tiles are drawn the slideToAndCenter() doesn't work anymore. It will be performed as soon as the map tiles should be redrawn again, i.e. dropping or creating a marker.

moagrius commented 11 years ago

@LucasDeVil can you create a new issue with exact steps needed to recreate? i'm hoping to do an update mid June.