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
335
forks
source link
Move and delete marker using default MarkerPlugin #514
This one is very easy, just need to add two methods on the
MarkerPlugin
.