jsibbold / zoomage

A simple pinch-to-zoom ImageView library for Android
http://jsibbold.github.io/zoomage
Apache License 2.0
315 stars 76 forks source link

Get position touched by user #90

Open daraujofs opened 4 years ago

daraujofs commented 4 years ago

I need to show a map who will receive user interactions to point some events in my app. There is a way to get the right position (x/y) when the image is zoomed? I found a similar question where you say to use Matrix to do that, but I don't know how to do it.