IconRotationAlignment enum
In combination with symbol-placement
, determines the rotation behavior of icons.
Default value: "auto".
Values
- MAP → const IconRotationAlignment
-
When
symbol-placement
is set topoint
, aligns icons east-west. Whensymbol-placement
is set toline
orline-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 topoint
, this is equivalent toviewport
. Whensymbol-placement
is set toline
orline-center
, this is equivalent tomap
.
Properties
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.