Android Question Find which map zone was tapped

sconlon

Active Member
Licensed User
Longtime User
I have defined several zones on a Google map using lists of lat/long coords. When I tap on the screen I want to determine which zone has been tapped. I'm thinking the GestureDetector library but then would need to convert screen coords to lat/long. Any suggestions please?
 
Top