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

Issue 512 #515

Closed moagrius closed 5 years ago

moagrius commented 5 years ago

Hey Peter,

This should address the issues you mentioned.

Try the first demo ("TileView Demo (Assets)" aka TileViewDemoAssets to see the UI center when scaled smaller than the screen.

Try the last (pink) advanced demo ("TileView Demo (Advanced)") to see the new marker APIs. You'll need to comment and uncomment a couple lines to switch between moving and removing markers. The changes should be obvious in the MarkerPlugin.java file.

Let me know if I understood the requests correctly (I'm still not 100% sure I did, but I think so), and/or I missed anything, or if we're good to merge.

Thanks!