I'm putting many Polygons
on Google Maps Android v2 from a datasource, i need to detect when a user touches on one of them; how to add an event handler for this?
Am i forced to cycle on every Polygon for hit detection or there is a more performant method?
Thanks