DirectionInformationUsageOption enum
Indicates the option of direction information included in the notification.
Values
- none → const DirectionInformationUsageOption
-
No direction information is included in the notification. Example: 'Now turn left to join the highway.'.
- roadInformationOnly → const DirectionInformationUsageOption
-
Road information (either street name or road number based on the maneuver action) is included in the notification, if available. Street name is included mainly for non-highway-related maneuver, whilst road number is included in case of highway-related maneuver. Example: 'Now turn left to join the I-83 South.'.
- roadInformationAndSignpostDirection → const DirectionInformationUsageOption
-
Both Road information (either street name or road number based on the maneuver action) and signpost direction are included in the notification, or either one, if available. Street name is included mainly for non-highway-related maneuver, whilst road number is included in case of highway-related maneuver. Example: 'Now turn left to join the I-83 South towards Baltimore.'.
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<
DirectionInformationUsageOption> - A constant List of the values in this enum, in order of their declaration.