LabelDeconflictionStrategy enum
The strategy for moving labels to avoid overlapping point symbols or higher priority labels.
Values
- automatic → const LabelDeconflictionStrategy
-
The label will use the default deconfliction strategy (LabelDeconflictionStrategy.static).
This value corresponds to no value being specified for a LabelDefinition.deconflictionStrategy property.
- dynamic → const LabelDeconflictionStrategy
-
Place the label in the preferred location, but move to an alternative location to not overlap higher priority labels or feature/graphic symbols.
This label is placed only if it can be moved to a location that will not overlap a higher priority label.
- none → const LabelDeconflictionStrategy
-
Place the label in the preferred location, regardless of overlaps with other features, graphics or labels.
- static → const LabelDeconflictionStrategy
-
Place the label in the preferred location, unless it would overlap a higher priority label or feature/graphic symbol.
If it overlaps a lower priority label, then the lower priority label may disappear or move (depending on its LabelDefinition.deconflictionStrategy). If this label overlaps a higher priority label, then this label is not placed.
- dynamicNeverRemove → const LabelDeconflictionStrategy
-
Place the label in the preferred location, but move to an alternative location to minimize overlapping higher priority labels or feature/graphic symbols.
This label is always placed, even if it overlaps a higher priority label.
Properties
- coreValue → RT_LabelDeconflictionStrategy
-
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<
LabelDeconflictionStrategy> - A constant List of the values in this enum, in order of their declaration.