boxZoom property

bool boxZoom

Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key

Implementation

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

Implementation

external set boxZoom(bool value);