Hi,
Is it possible to determine if the Shift key is pressed during a map
click event?
I have setup a listener as follows:
GEvent.addListener(this._map, 'click', this.MapClickHandler);
With the handler below:
MapClickHandler: function(overlay,latlng,overlatlng) {
//Shift key detection...
}
Anyone out there achieved this?
Thanks,
Rob
--
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.