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