RouteTrackingStatus
RouteTrackingStatus =
object
Defined in: src/ExpoArcgis.types.ts:1410
Navigation status returned by RouteTrackerHandle.trackLocation.
Properties
Section titled “Properties”currentManeuverIndex
Section titled “currentManeuverIndex”currentManeuverIndex:
number
Defined in: src/ExpoArcgis.types.ts:1416
Index of the current maneuver in the route’s directions.
destinationStatus
Section titled “destinationStatus”destinationStatus:
string
Defined in: src/ExpoArcgis.types.ts:1420
Destination status (e.g. notReached, approaching, reached).
distanceRemaining
Section titled “distanceRemaining”distanceRemaining:
number
Defined in: src/ExpoArcgis.types.ts:1412
Distance remaining on the route, in meters.
remainingDestinationCount
Section titled “remainingDestinationCount”remainingDestinationCount:
number
Defined in: src/ExpoArcgis.types.ts:1418
Number of destinations still to reach.
timeRemaining
Section titled “timeRemaining”timeRemaining:
number
Defined in: src/ExpoArcgis.types.ts:1414
Time remaining on the route, in minutes.
voiceText
Section titled “voiceText”voiceText:
string
Defined in: src/ExpoArcgis.types.ts:1422
Voice-guidance text for the current maneuver (empty when none).