Hi.

Take a look at the KeyDragZoom library:
http://google-maps-utility-library-v3.googlecode.com/svn/tags/keydragzoom/2.0.5/

If you can follow the source code i'm sure you'll find a solution.

Martin.


On Dec 22, 7:30 pm, somecallmemike <[email protected]> wrote:
> I was wondering if it's possible to bind to a shift+click event when
> placing markers.  I am currently using the click event like so:
>
>         GEvent.addListener(map, 'click', function(overlay, point) {
>           map.addOverlay(new GMarker(point, customIcons['add']));
>         });
>
> Looking at the API docs for GMarker the only click events listed are
> dblclick and click.  Anyone know if this can be extended to use a
> different set of key/mouse events?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to