disableRotation method

dynamic disableRotation()

Disables the "pinch to rotate" interaction, leaving the "pinch to zoom" interaction enabled.

@example map.touchZoomRotate.disableRotation();

Implementation

disableRotation() => jsObject.disableRotation();