dragRotate property

DragRotateHandler dragRotate

The map's {@link DragRotateHandler}, which implements rotating the map while dragging with the right mouse button or with the Control key pressed. Find more details and examples using dragRotate in the {@link DragRotateHandler} section.

Implementation

DragRotateHandler get dragRotate =>
    DragRotateHandler.fromJsObject(jsObject.dragRotate);