Skip to main content

DragRotateHandler

The DragRotateHandler allows the user to rotate the map by clicking and dragging the cursor while holding the right mouse button or ctrl key.

Methods

disable()

disable(): void

Disables the “drag to rotate” interaction.

Returns

void

Example

map.dragRotate.disable();

enable()

enable(): void

Enables the “drag to rotate” interaction.

Returns

void

Example

map.dragRotate.enable();

isActive()

isActive(): boolean

Returns a Boolean indicating whether the “drag to rotate” interaction is active, i.e. currently being used.

Returns

boolean

true if the “drag to rotate” interaction is active.


isEnabled()

isEnabled(): boolean

Returns a Boolean indicating whether the “drag to rotate” interaction is enabled.

Returns

boolean

true if the “drag to rotate” interaction is enabled.

Last updated August 23, 2024.