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

Auto refresh #456

Closed ponsss closed 6 years ago

ponsss commented 6 years ago

It's possible to disable the autorefresh or reload of the map? And it's possible to load full image and not only the tile that are displayed?

moagrius commented 6 years ago

There's no API existing for that, you'd have to fork (rewrite core code or change apis)