UTurnPolicy Class
Enumerates the type of backtracking allowed via U-turns in a network. More...
Since: | Esri::ArcGISRuntime 100.0 |
Detailed Description
Enumerates the type of backtracking allowed via U-turns in a network.
The UTurnPolicy can be one of:
Value | Description |
---|---|
UTurnPolicy::NotAllowed (0) | No U-turns allowed. |
UTurnPolicy::AllowedAtDeadEnds (1) | U-turns only allowed at dead ends. |
UTurnPolicy::AllowedAtIntersections (2) | U-turns only allowed at intersections. |
UTurnPolicy::AllowedAtDeadEndsAndIntersections (3) | U-turns allowed at dead ends and intersections. |