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 TrackingStatusChanged event for getting all updates in the event model.
Properties
Name | Description |
---|---|
ApproachingFinalDestination | Gets a value indicating whether or not the next Stop (or stops) are the final destination in the route. |
CurrentManeuverIndex | Gets the index of the current maneuver in DirectionManeuvers. |
DestinationProgress | Gets the tracking progress until next destination (next stop). |
DestinationStatus | Gets the destination status, used to determine how close current location is to the next destination. |
DisplayLocation | Gets the display location. |
IsOnRoute | Gets a value indicating whether or not the current location is on the route. |
IsRouteCalculating | Gets a value indicating whether the route is currently being calculated. |
LocationOnRoute | Gets the snapped-to-route location. |
ManeuverProgress | Gets the tracking progress along current maneuver. |
RemainingDestinationCount | Gets the number of (routed) stops yet to be visited. |
RouteProgress | Gets the tracking progress along entire route. |
RouteResult | Gets the route result presently being used by the associated RouteTracker. |
StopIndexesAtNextDestination | 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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |