The UTurnPolicy can be one of:
Constant | Description |
---|---|
Enums.UTurnPolicyNotAllowed | (0) No U-turns allowed. |
Enums.UTurnPolicyAllowedAtDeadEnds | (1) U-turns only allowed at dead ends. |
Enums.UTurnPolicyAllowedAtIntersections | (2) U-turns only allowed at intersections. |
Enums.UTurnPolicyAllowedAtDeadEndsAndIntersections | (3) U-turns allowed at dead ends and intersections. |