boxZoom property
BoxZoomHandler
get
boxZoom
The map's {@link BoxZoomHandler}, which implements zooming using a drag gesture with the Shift key pressed.
Find more details and examples using boxZoom
in the {@link BoxZoomHandler} section.
Implementation
BoxZoomHandler get boxZoom => BoxZoomHandler.fromJsObject(jsObject.boxZoom);