Skip to content

RouteTrackingStatus

RouteTrackingStatus = object

Defined in: src/ExpoArcgis.types.ts:1410

Navigation status returned by RouteTrackerHandle.trackLocation.

currentManeuverIndex: number

Defined in: src/ExpoArcgis.types.ts:1416

Index of the current maneuver in the route’s directions.


destinationStatus: string

Defined in: src/ExpoArcgis.types.ts:1420

Destination status (e.g. notReached, approaching, reached).


distanceRemaining: number

Defined in: src/ExpoArcgis.types.ts:1412

Distance remaining on the route, in meters.


remainingDestinationCount: number

Defined in: src/ExpoArcgis.types.ts:1418

Number of destinations still to reach.


timeRemaining: number

Defined in: src/ExpoArcgis.types.ts:1414

Time remaining on the route, in minutes.


voiceText: string

Defined in: src/ExpoArcgis.types.ts:1422

Voice-guidance text for the current maneuver (empty when none).