doubleClickZoom property

bool doubleClickZoom

Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift. If passed 'center', double-click zoom will zoom to the center of the view regardless of where the mouse was.

Implementation

external bool get doubleClickZoom;
void doubleClickZoom=(bool value)

Implementation

external set doubleClickZoom(bool value);