enable method

dynamic enable()

Enables the "drag to rotate" interaction.

@example map.dragRotate.enable();

Implementation

enable() => jsObject.enable();