Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.