SymbolPlacement enum

Label placement relative to its geometry.

Inheritance

Constructors

SymbolPlacement()
const

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

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