mapstraction / mxn

A Javascript Mapping Abstraction library.
http://mapstraction.com/
Other
579 stars 132 forks source link

Doubleclick Event #254

Open icebergdelphi opened 11 years ago

icebergdelphi commented 11 years ago

Hi, there is a Double Click event?how I can implement it?

Mapstraction click Mapstraction endPan Mapstraction changeZoom Mapstraction markerAdded Mapstraction markerRemoved Mapstraction polylineAdded Mapstraction polylineRemoved marker click marker openInfoBubble

vicchi commented 11 years ago

There's no double-click event supported within Mapstraction at the moment. It should be relatively easy to implement; take a look at mxn.core.js and then at each of the provider implementations. But before implementing, I'd need to check whether every supported provider implements such an event or, if some don't, whether it's possible to work around this and provide a Mapstraction implementation.

-Gary