disable method

dynamic disable()

Disables the "scroll to zoom" interaction.

@example map.scrollZoom.disable();

Implementation

disable() => jsObject.disable();