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
Defined in
src/ui/handler/shim/drag_rotate.ts:54
enable()
enable():
void
Enables the "drag to rotate" interaction.
Returns
void
Example
Defined in
src/ui/handler/shim/drag_rotate.ts:41
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.
Defined in
src/ui/handler/shim/drag_rotate.ts:73
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.