LabelStackStrategy enum

The strategy for whether the text should be stacked or wrapped, rather than place long trailing labels across the map.

Inheritance
Available extensions

Values

automatic → const LabelStackStrategy

Stacking will be enabled for some feature types.

The default stacking behavior for labels will depend on their feature type:

  • Point feature labels may stack
  • Line feature labels will not stack
  • Polygon feature labels may stack
none → const LabelStackStrategy

The text should not be broken, no matter how long it is.

allow → const LabelStackStrategy

The label placement engine can break the text into two or more rows, if the rows are longer than the LabelDefinition.stackRowLength limit.

Properties

coreValue → RT_LabelStackStrategy
Convert to internal value.
no setter
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<LabelStackStrategy>
A constant List of the values in this enum, in order of their declaration.