moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Cannot add tile images on the fly #529

Open blakete opened 5 years ago

blakete commented 5 years ago

Hello,

I am trying to create tile images on the fly to be added and rendered as they become available. After adding images to the tile source directory while navigating on the map, the newly added tiles do not render. How can I achieve this functionality?

Thank you.

moagrius commented 5 years ago

can you post a sample showing your issue?