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

Added Scaling Marker Plugin #409 #536

Closed yashx closed 4 years ago

yashx commented 4 years ago

I need scaling markers for a project and saw a feature request for it #409 so here it is. I also added the option to decide the scale when the original dimensions should be shown.

moagrius commented 4 years ago

NIce, thanks