disable method
dynamic
disable()
Disables the "drag to rotate" interaction.
@example map.dragRotate.disable();
Implementation
disable() => jsObject.disable();
Disables the "drag to rotate" interaction.
@example map.dragRotate.disable();
disable() => jsObject.disable();