SymbolPlacement enum
Label placement relative to its geometry.
Values
- POINT → const SymbolPlacement
-
The label is placed at the point where the geometry is located.
- LINE → const SymbolPlacement
-
The label is placed along the line of the geometry. Can only be used on LineString and Polygon geometries.
- LINE_CENTER → const SymbolPlacement
-
The label is placed at the center of the line of the geometry. Can only be used on LineString and Polygon geometries. Note that a single feature in a vector tile may contain multiple line geometries.
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<
SymbolPlacement> - A constant List of the values in this enum, in order of their declaration.