Enum UTurnPolicy
Indicates the u-turn policy. Use this to restrict or permit the route from making U-turns at junctions.
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UTurnPolicy
Remarks
In order to understand the parameter values, keep in mind that a junction is a point where only two streets intersect each other. If three or more streets intersect at a point, it is called as an intersection. The end of a cul-de-sac is deemed to be a dead-end.
Fields
Name | Description |
---|---|
AllowedAtDeadEnds | U-turns are prohibited at all junctions and intersections and are permitted only at dead ends. |
AllowedAtDeadEndsAndIntersections | Allow backtracking at dead ends and intersections. |
AllowedAtIntersections | Allow backtracking at intersections. |
NotAllowed | U-turns are prohibited at all junctions, intersections and dead-ends. Note that even when this parameter value is chosen, the route can still make U-turns at stops. If you wish to prohibit U-turns even at the stops, you can set the appropriate value for the CurbApproach attribute of the stops. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |