> And how do i do this? Map click events documented here http://code.google.com/apis/maps/documentation/reference.html#GMap2.click Map click returns a GLatLng object.
You can convert that into pixel using the provided utility methods like http://code.google.com/apis/maps/documentation/reference.html#GMap2.fromLatLngToDivPixel You know your screen overlay pixel coordinates because you placed it there. You just need to test if click lies within those bounds, simple greater than / less than maths. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
