enable method

dynamic enable()

Enables the "box zoom" interaction.

@example map.boxZoom.enable();

Implementation

enable() => jsObject.enable();