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