> it doesn't say that ONLY clicking Markers returns > MouseEvent.
Just the opposite. Marker is the only overlay that does not return MouseEvent. According to documentation and in real life. MouseEvent object is returned by mouse events of: - Polyline - Polygon - Circle - Rectangle but not by Marker. Clicking the above listed overlays also causes a Map 'click' which returns a full MouseObject with 'pixel' property as well. Clicking on Marker prevents Map 'click' event. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
