disable method
dynamic
disable()
Disables the "pinch to rotate and zoom" interaction.
@example map.touchZoomRotate.disable();
Implementation
disable() => jsObject.disable();
Disables the "pinch to rotate and zoom" interaction.
@example map.touchZoomRotate.disable();
disable() => jsObject.disable();