Collection of Navigation enumerations. More...
Header: | #include <NavigationTypes.h> |
Types
enum class | DestinationStatus { NotReached, Approaching, Reached } |
enum class | ReroutingStrategy { ToNextWaypoint, ToNextStop, ResequenceStopsOnly } |
enum class | VoiceGuidanceType { ApproachingManeuver, AtManeuver, ApproachingDestination } |
Detailed Description
Type Documentation
enum class DestinationStatus
Enumerates possible navigation rerouting strategies
The DestinationStatus can be one of:
Constant | Value | Description |
---|---|---|
DestinationStatus::NotReached | 0 | Have not reached the destination |
DestinationStatus::Approaching | 1 | Approaching the destination |
DestinationStatus::Reached | 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 |
---|---|---|
ReroutingStrategy::ToNextWaypoint | 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. |
ReroutingStrategy::ToNextStop | 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. |
ReroutingStrategy::ResequenceStopsOnly | 2 | Route to only unvisited stops. All waypoints for the whole route are dropped. The property Esri::ArcGISRuntime::RouteParameters::isFindBestSequence will be set to true . |
This enum was introduced or modified in Esri::ArcGISRuntime 100.6.
enum class VoiceGuidanceType
Enumerates possible navigation voice guidance types.
Constant | Value | Description |
---|---|---|
VoiceGuidanceType::ApproachingManeuver | 0 | Approaching maneuver. This guidance notification type is set:
|
VoiceGuidanceType::AtManeuver | 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. |
VoiceGuidanceType::ApproachingDestination | 2 | Approaching destination. Guidance notification type set when approaching a destination. Examples:
|
This enum was introduced or modified in Esri::ArcGISRuntime 100.6.