VoiceGuidanceType enum
The list of VoiceGuidance notification types.
Used to determine type of voice guidance notification.
Values
- approachingManeuver → const VoiceGuidanceType
-
Approaching maneuver.
This guidance notification type is set:
- After passing the previous maneuver (Example: In a half mile, Turn right on North Eureka Street)
- 20-30 seconds before next maneuver (Example: Turn right on North Eureka Street)
- 9-10 seconds before next maneuver (Example: Turn right)
- atManeuver → const VoiceGuidanceType
-
At maneuver.
Guidance notification set when at maneuver, this type has no text. Can be used to notify user with a sound (e.g. beep) when at maneuver.
- approachingDestination → const VoiceGuidanceType
-
Approaching destination.
Guidance notification type set when approaching a destination. Examples:
- In 200 feet, the destination is ahead
- You have arrived at 1099 East Hospitality Lane on your right
Properties
- coreValue → RT_VoiceGuidanceType
-
no setter
- 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<
VoiceGuidanceType> - A constant List of the values in this enum, in order of their declaration.