IconRotationAlignment enum
In combination with symbol-placement, determines the rotation behavior of icons.
Default value: "auto".
Constructors
- IconRotationAlignment()
-
const
Values
- MAP → const IconRotationAlignment
-
When
symbol-placementis set topoint, aligns icons east-west. Whensymbol-placementis set tolineorline-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-placementis set topoint, this is equivalent toviewport. Whensymbol-placementis set tolineorline-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.
[MAP, VIEWPORT, AUTO]