ArcGIS Runtime SDK for iOS: AGSTravelMode.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSTravelMode.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSUTurnPolicy { AGSUTurnPolicyNotAllowed = 0 , AGSUTurnPolicyAllowedAtDeadEnds = 1 , AGSUTurnPolicyAllowedAtIntersections = 2 , AGSUTurnPolicyAllowedAtDeadEndsAndIntersections = 3 }
 

Enumeration Type Documentation

◆ AGSUTurnPolicy

Type of backtracking allowed when querying for adjacencies in a network view.

Since
100.0
Enumerator
AGSUTurnPolicyNotAllowed 

Not allow backtracking.

AGSUTurnPolicyAllowedAtDeadEnds 

Allow backtracking at dead ends.

AGSUTurnPolicyAllowedAtIntersections 

Allow backtracking at intersections.

AGSUTurnPolicyAllowedAtDeadEndsAndIntersections 

Allow backtracking ad dead ends and intersections.