Skip to content

CursorRotationBehaviour

Inherits: Enum

The behaviour of the cursor/keyboard rotation function in terms of the angle that the map is rotated to.

Does not disable cursor/keyboard rotation, or adjust its triggers: see CursorKeyboardRotationConfiguration.is_key_trriger.

Properties

  • OFFSET

    Offset the current rotation of the map to the angle at which the

  • SET_NORTH

    Set the North of the map to the angle at which the user drags their cursor.

Properties#

OFFSET = 'offset' #

Offset the current rotation of the map to the angle at which the user drags their cursor.

SET_NORTH = 'setNorth' #

Set the North of the map to the angle at which the user drags their cursor.