disable method
dynamic
disable()
Disables the "scroll to zoom" interaction.
@example map.scrollZoom.disable();
Implementation
disable() => jsObject.disable();
Disables the "scroll to zoom" interaction.
@example map.scrollZoom.disable();
disable() => jsObject.disable();