MarkerLabelingMode enum Maps & 3D Scenes
Controls which labeling modes are enabled for markers.
Use MarkerLabelingMode to toggle item and group labels and to control label placement relative to marker icons.
Values
- none → const MarkerLabelingMode
-
No labels are displayed.
- itemLabelVisible → const MarkerLabelingMode
-
Display a label for each individual marker item.
- groupLabelVisible → const MarkerLabelingMode
-
Display labels for grouped markers (when grouping is active).
- textCentered → const MarkerLabelingMode
-
Center text on top of the icon.
- groupCenter → const MarkerLabelingMode
-
Center the group label on the group's icon.
- fitImage → const MarkerLabelingMode
-
Scale the label so it fits within the image bounds.
- iconBottomCenter → const MarkerLabelingMode
-
Place the icon above the marker's geographic coordinates; label sits below.
- textAbove → const MarkerLabelingMode
-
Place text above the icon.
- textBelow → const MarkerLabelingMode
-
Place text below the icon.
- groupTopRight → const MarkerLabelingMode
-
Position group labels in the top-right corner of the group icon.
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<
MarkerLabelingMode> - A constant List of the values in this enum, in order of their declaration.