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

Refresh map after slideToAndCenter #20

Closed Shusshu closed 11 years ago

Shusshu commented 11 years ago

Fix Issue #19

moagrius commented 11 years ago

Hm... I'm not convinced this is the best place for the fix - I think that it should probably raise an event at the end of a slide action, and request the render in the listener - that way other signatures will benefit, and it'd be more future proof. I have an even after fling (which uses the same Scroller object), but apparently need to fit one to direct Scroller.scroll calls.

Good catch.