Class TrackingStatus
Describes current status of route-tracking.
Inheritance
Namespace: Esri.ArcGISRuntime.Navigation
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TrackingStatus
Remarks
Subscribe to Tracking
Properties
Name | Description |
---|---|
Approaching |
Gets a value indicating whether or not the next Stop (or stops) are the final destination in the route. |
Current |
Gets the index of the current maneuver in Direction |
Destination |
Gets the tracking progress until next destination (next stop). |
Destination |
Gets the destination status, used to determine how close current location is to the next destination. |
Display |
Gets the display location. |
Is |
Gets a value indicating whether or not the current location is on the route. |
Is |
Gets a value indicating whether the route is currently being calculated. |
Location |
Gets the snapped-to-route location. |
Maneuver |
Gets the tracking progress along current maneuver. |
Remaining |
Gets the number of (routed) stops yet to be visited. |
Route |
Gets the tracking progress along entire route. |
Route |
Gets the route result presently being used by the associated Route |
Stop |
Gets a read-only list of index values relating to the upcoming destination or arrival. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |