You can listen for 'mousedown' / 'mouseup' DOM events on the map div, like google.maps.event.addDomListener(yourMapDiv, 'mousedown', alert); Does that suffice?
- Ben On Fri, May 14, 2010 at 1:23 PM, Rossko <[email protected]> wrote: > > Thanks for your reply. The mouseup and mousedown events are not fired > > for the map object > > There are no documented map events 'mousedown' or 'mouseup' > http://code.google.com/apis/maps/documentation/v3/reference.html#Map > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
