Ooops!

I posted a link to the v3 version of KeyDragZoom not the v2 version
which is here:

http://gmaps-utility-library-dev.googlecode.com/svn/tags/dragzoom/1.3/

Martin.


On Dec 23, 4:10 am, Martin™ <[email protected]> wrote:
> Hi.
>
> Take a look at the KeyDragZoom 
> library:http://google-maps-utility-library-v3.googlecode.com/svn/tags/keydrag...
>
> 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