On Android, I have a map with a polyline on it. When I click on the map portion, onMapClick returns a LatLng. When I click on the polyline, onMapClick never fires, and if I register onPolylineClick, all it returns is the polyline itself.
How do I get the LatLng of the location clicked?