CursorRotationBehaviour 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 CursorKeyboardRotationOptions.isKeyTrigger.

Also see CursorKeyboardRotationOptions.setNorthOnClick.

Inheritance

Constructors

CursorRotationBehaviour()
const

Values

setNorth → const CursorRotationBehaviour

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

offset → const CursorRotationBehaviour

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

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CursorRotationBehaviour>
A constant List of the values in this enum, in order of their declaration.