> understood that we cannot do it with mouseup or down on the map, can we > trigger click event ? from other javascript ?
Yes, you can trigger click events from other javascript. Have you looked at the documentation? http://code.google.com/apis/maps/documentation/reference.html#GEvent.trigger This might be useful http://code.google.com/apis/maps/documentation/events.html -- 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.
