HighlightOptions enum Maps & 3D Scene

Landmarks highlight display options

Inheritance
Available extensions

Values

showLandmark → const HighlightOptions

Shows the landmark icon & text

showContour → const HighlightOptions

Shows the landmark impact area contour ( when available )

By default, the option is enabled

group → const HighlightOptions

Groups landmarks

This option is available only in conjunction with showLandmark. By default, the option is disabled.

overlap → const HighlightOptions

Overlap highlight over existing map data

This option is available only in conjunction with showLandmark. By default, the option is disabled.

noFading → const HighlightOptions

Disable highlight fading in / out

This option is available only in conjunction with showLandmark. By default, the option is disabled.

bubble → const HighlightOptions

Bubble display

The highlights are displayed in a bubble with custom icon placement inside the text by using the icon place-mark %%0%%, e.g. "My header text %%0%%\nMy footer text" This option is available only in conjunction with showLandmark This option will automatically invalidate the group By default, the option is disabled

selectable → const HighlightOptions

Selectable

The highlights are selectable using setCursorScreenPosition This option is available only in conjunction with showLandmark By default, the option is disabled

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.