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

Move and delete marker using default MarkerPlugin #514

Closed p-lr closed 5 years ago

p-lr commented 5 years ago

This one is very easy, just need to add two methods on the MarkerPlugin.

moagrius commented 5 years ago

:thumbsup:

moagrius commented 5 years ago

see https://github.com/moagrius/TileView/pull/515

moagrius commented 5 years ago

Closing. Fixed in https://github.com/moagrius/TileView/pull/520