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

expose lockZoom and unlockZoom #16

Closed moagrius closed 11 years ago

moagrius commented 11 years ago

locking prevents the tile sets from updating. This can be very helpful for actions like updating scale from a scratch action or animation. At the end of the action, unlock it to get the appropriate tile set.