Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.