LocationIndicatorIndicatorStyle enum
The predefined styles for the location indicator which are pedestrian and navigation mode.
Values
- pedestrian → const LocationIndicatorIndicatorStyle
-
The location is indicated using a green dot with a small arrow indicating the north-up direction of the device. If the position is outdated it is shown in grey. This should be preferred for pedestrian use cases.
-
The location is indicated using a triangular green arrow which indicates the direction into which the user is moving. This should be preferred for vehicle navigation use cases.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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<
LocationIndicatorIndicatorStyle> - A constant List of the values in this enum, in order of their declaration.