disable method

dynamic disable()

Disables the "drag to rotate" interaction.

@example map.dragRotate.disable();

Implementation

disable() => jsObject.disable();