HighlightOptions enum Maps & 3D Scenes
Highlight display options for landmarks.
Flags that control visual behavior for landmark highlights (bubbles, contours, grouping, selectable behavior, and fading). Combine multiple flags in a set when configuring highlight rendering.
See also:
- HighlightRenderSettings.options — The options used for landmark highlights.
Values
- showLandmark → const HighlightOptions
-
Shows the landmark icon & text.
- showContour → const HighlightOptions
-
Shows the landmark impact area contour (when available).
Enabled by default.
- group → const HighlightOptions
-
Groups landmarks.
Available only when showLandmark is enabled. Disabled by default.
- overlap → const HighlightOptions
-
Overlap highlight over existing map data.
Available only when showLandmark is enabled. Disabled by default.
- noFading → const HighlightOptions
-
Disable highlight fading in/out.
Available only when showLandmark is enabled. Disabled by default.
- bubble → const HighlightOptions
-
Display the highlight in a bubble with custom icon placement.
Use
%%0%%as an icon placeholder in the text (for example:"My header text %%0%%\nMy footer text"). Disabled by default. - selectable → const HighlightOptions
-
Make highlights selectable via
setCursorScreenPosition.Available only when showLandmark is enabled. Disabled by default.
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<
HighlightOptions> - A constant List of the values in this enum, in order of their declaration.