Collection of Navigation enumerations. More...
|  Header |  #include <Navigation | 
Types
| enum class | Destination | 
| enum class | Rerouting | 
| enum class | Voice | 
Detailed Description
Type Documentation
enum class DestinationStatus 
Enumerates possible navigation rerouting strategies
The DestinationStatus can be one of:
| Constant | Value | Description | 
|---|---|---|
Destination | 0 | Have not reached the destination | 
Destination | 1 | Approaching the destination | 
Destination | 2 | Reached the destination | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.6.
enum class ReroutingStrategy 
Enumerates possible navigation rerouting strategies
The ReroutingStrategy can be one of:
| Constant | Value | Description | 
|---|---|---|
Rerouting | 0 | Route to next unvisited stop or waypoint, and use all remaining unvisited stops or waypoints, in their original sequence, for the rest of the route. | 
Rerouting | 1 | Route to next unvisited stop, dropping all waypoint up to that stop. Then, use all remaining unvisited waypoints and stops, in their original sequence, for the rest of the route. | 
Rerouting | 2 | Route to only unvisited stops. All waypoints for the whole route are dropped. The property Esritrue. | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.6.
enum class VoiceGuidanceType  
Enumerates possible navigation voice guidance types.
| Constant | Value | Description | 
|---|---|---|
Voice | 0 | Approaching maneuver. This guidance notification type is set
  | 
Voice | 1 | 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. | 
Voice | 2 | Approaching destination. Guidance notification type set when approaching a destination. Examples
  | 
This enum was introduced or modified in Esri::ArcGISRuntime 100.6.