enableRotation method

dynamic enableRotation()

Enables the "pinch to rotate" interaction.

@example map.touchZoomRotate.enable(); map.touchZoomRotate.enableRotation();

Implementation

enableRotation() => jsObject.enableRotation();