Pil
unread,Nov 13, 2012, 2:16:53 AM11/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
Is there an official way to do that?
At the moment I'm using the property b (it's the second one) from the
MouseEvent object,
aka
google.maps.event.addListener(poly, "mousedown", function(evt) {
alert(evt.b.which);
});
But this isn't documented and therefore can change at any time without
notice.