Show / Hide Table of Contents

Class TrackingStatus

Describes current status of route-tracking.

Inheritance
System.Object
TrackingStatus
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

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

Relevant samples

Navigate route: Use a routing service to navigate between points.
In This Article
Back to top Copyright © 2022 Esri.