IconRotationAlignment enum

In combination with symbol-placement, determines the rotation behavior of icons. Default value: "auto".

Inheritance
Available extensions

Values

MAP → const IconRotationAlignment

When symbol-placement is set to point, aligns icons east-west. When symbol-placement is set to line or line-center, aligns icon x-axes with the line.

VIEWPORT → const IconRotationAlignment

Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of symbol-placement.

AUTO → const IconRotationAlignment

When symbol-placement is set to point, this is equivalent to viewport. When symbol-placement is set to line or line-center, this is equivalent to map.

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<IconRotationAlignment>
A constant List of the values in this enum, in order of their declaration.