ReroutingStrategy Class
Enumerates possible navigation rerouting strategies More...
Since: | Esri::ArcGISRuntime 100.6 |
Detailed Description
Enumerates possible navigation rerouting strategies
The ReroutingStrategy can be one of:
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 RouteParameters::isFindBestSequence will be set to true . |