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

Get touched position when touch on the tileview (version 4.0.7) #533

Closed IsuruSandaruwan97 closed 4 years ago

IsuruSandaruwan97 commented 4 years ago

I want to get the touched coordinates when touch on the tile-view. Anyone can give me a code for on-touch method. Thank you!