MapPositioning enum
Enumeration defining positioning options for map elements like text labels and symbols.
Used to control where elements are placed relative to their anchor point, such as positioning text labels around POI markers or symbols along ways.
Values
- AUTO → const MapPositioning
-
Automatic positioning based on available space and collision detection.
- CENTER → const MapPositioning
-
Center the element on its anchor point.
- BELOW → const MapPositioning
-
Position the element below its anchor point.
- BELOW_LEFT → const MapPositioning
-
Position the element below and to the left of its anchor point.
- BELOW_RIGHT → const MapPositioning
-
Position the element below and to the right of its anchor point.
- ABOVE → const MapPositioning
-
Position the element above its anchor point.
- ABOVE_LEFT → const MapPositioning
-
Position the element above and to the left of its anchor point.
- ABOVE_RIGHT → const MapPositioning
-
Position the element above and to the right of its anchor point.
- LEFT → const MapPositioning
-
Position the element to the left of its anchor point.
- RIGHT → const MapPositioning
-
Position the element to the right of its anchor point.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
MapPositioning> - A constant List of the values in this enum, in order of their declaration.