Class ReroutingParameters
Represents the parameters that are used to perform automatic re-routing if off-route while navigating along a route.
Inheritance
Namespace: Esri.ArcGISRuntime.Navigation
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ReroutingParameters
Remarks
This class defines how automatic re-routing calculations will be performed if off-route is detected while
navigating along a route. To enable re-routing, call the
Enable
In order to be considered off-route, the location must be on the transportation network as well as off the current route. If a tracked location is in a parking lot, for example, it is not considered off-route and rerouting will not occur. If the next location is on the network but not on the route, automatic rerouting will begin.
Constructors
Name | Description |
---|---|
Rerouting |
Initializes a new instance of the Rerouting |
Properties
Name | Description |
---|---|
Network |
Gets or sets an Arc |
Route |
Gets the Route |
Route |
Gets the Route |
Strategy | Gets or sets the rerouting strategy that determines how new routes are created.
Default value is To |
Visit |
Gets or sets a value indicating whether the first stop must be visited when rerouted.
Default value is |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |