TrackingStatus class final

Defines route tracking current status data.

Contains information about route tracker status. Subscribe to RouteTracker.onTrackingStatusChanged for getting all updates in the event model.

Implemented types

Properties

approachingFinalDestination → bool
Returns true if the next Stop (or stops) are the final destination in the route.
no setter
currentManeuverIndex → int
The current maneuver index.
no setter
destinationProgress → TrackingProgress
The tracking progress until next destination (Stop).
no setter
destinationStatus → DestinationStatus
The destination status.
no setter
displayLocation → ArcGISLocation
The display location.
no setter
eventProgress → TrackingProgress?
The tracking progress until next event of current maneuver.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isOnRoute → bool
Boolean indicating whether or not the current location is on the route.
no setter
isRouteCalculating → bool
Boolean indicating whether the route is currently being calculated.
no setter
locationOnRoute → ArcGISLocation
The location on route.
no setter
maneuverProgress → TrackingProgress
The tracking progress along current maneuver.
no setter
nextEventIndex → int?
The index of the next event of the current maneuver.
no setter
remainingDestinationCount → int
The remaining destination count.
no setter
routeProgress → TrackingProgress
The tracking progress along entire route.
no setter
routeResult → RouteResult
The route result presently being used by route tracker.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stopIndexesAtNextDestination → List<int>
The ArcGISRoute.stops index values relating to the upcoming destination/arrival.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited