disable method

dynamic disable()

Disables the "box zoom" interaction.

@example map.boxZoom.disable();

Implementation

disable() => jsObject.disable();