|
ArcGIS Runtime SDK for iOS
100.15
|
Go to the source code of this file.
Enumerations | |
| enum | AGSDestinationStatus { AGSDestinationStatusNotReached = 0 , AGSDestinationStatusApproaching = 1 , AGSDestinationStatusReached = 2 } |
| enum AGSDestinationStatus |
The list of route tracking destination statuses. Used to determine how close the current location is to the next destination.
| Enumerator | |
|---|---|
| AGSDestinationStatusNotReached | Not reached destination status. |
| AGSDestinationStatusApproaching | Approaching destination status. |
| AGSDestinationStatusReached | Reached destination status. |