I've noticed a small issue with the documentation regarding events. The API reference Table of Contents has a link to event as: http://code.google.com/apis/maps/documentation/v3/reference.html#event
but the actual anchor is: http://code.google.com/apis/maps/documentation/v3/reference.html#MapsEvent Also this page http://code.google.com/apis/maps/documentation/v3/events.html#EventArguments says a UI 'click' event typically passes a MouseEvent containing a latLng property denoting the clicked location on the map and a pixel argument denoting the screen coordinates of the clicked location. but the MouseEvent only documents the latLng property, not the pixel property. Do some MouseEvents not have the pixel property? http://code.google.com/apis/maps/documentation/v3/reference.html#MouseEvent ... -- 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.
