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

Question: tileView.addDetailLevel() and Internal Storage #416

Closed firefly2442 closed 7 years ago

firefly2442 commented 7 years ago

Does tileView.addDetailLevel(...) support loading images from Android Internal Storage?

Thank you.

moagrius commented 7 years ago

Yes, you can supply images any way you want with the BitmapDecoder interface. The README has detailed instructions.