Enum DestinationStatus
Possible route-tracking destination statuses.
Namespace: Esri.ArcGISRuntime.Navigation
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum DestinationStatus
Remarks
Determines how close current location is to the next destination.
Fields
Name | Description |
---|---|
Approaching | Approaching destination status. Value returned when provided GPS location gets within 500 meters of the next destination. This status can be used to manually call SwitchToNextDestinationAsync(CancellationToken) if a vehicle can not get closer to a destination to trigger a status of Reached. |
NotReached | Not reached destination status. This is the default value. |
Reached | Reached destination status. Value returned when provided GPS location gets within 7-40 meters, along the route, of the next destination. Once within 40 meters of the next destination the vehicle is tracked to determine if it is getting closer or moving away from the next destination. If the vehicle continues to get closer this value will be returned when within 7 meter of the next destination, if the vehicle starts to move away this value is returned. This status can be used to automatically call SwitchToNextDestinationAsync(CancellationToken). |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.6 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 100.15 |