p-lr / MapView

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
189 stars 38 forks source link

Added redrawTiles function #11

Closed artudi54 closed 4 years ago

artudi54 commented 4 years ago

In case when you asynchronously generate image tile map, after the generation is done, you need to move the finger over the map to trigger redrawing of the tiles. To fix this I needed to add a function allowing me to manually call the redraw.