Collection of Navigation enumerations. More...
Header | #include <Navigation |
Types
(since Esri enum class | Destination |
(since Esri enum class | Rerouting |
(since Esri enum class | Voice |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 100.6]
enum class DestinationStatus
The list of route tracking destination statuses.
Used to determine how close the current location is to the next destination.
The DestinationStatus can be one of:
Constant | Value | Description |
---|---|---|
Destination | 0 | Not reached destination status. Default value. |
Destination | 1 | Approaching destination status. Value returned when provided GP |
Destination | 2 | Reached destination status. Value returned when provided GP |
This enum was introduced in Esri::ArcGISRuntime 100.6.
[since Esri::ArcGISRuntime 100.6]
enum class ReroutingStrategy
The route tracker's rerouting strategy.
Strategies determine which locations will be used during rerouting and/or if new route is optimized.
The ReroutingStrategy can be one of:
Constant | Value | Description |
---|---|---|
Rerouting | 0 | Reroute to next unvisited waypoint, rest break, or stop. |
Rerouting | 1 | Reroute to next unvisited stop. |
Rerouting | 2 | Re-sequence (optimize) all remaining stops, which will drop all waypoints and rest breaks. |
This enum was introduced in Esri::ArcGISRuntime 100.6.
[since 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 in Esri::ArcGISRuntime 100.6.