RouteTrackerHandle
RouteTrackerHandle =
object
Defined in: src/ExpoArcgis.types.ts:1430
Turn-by-turn navigation handle from router.createRouteTracker. Feed it device locations with
trackLocation (typically from <MapView>’s onLocationChange); each call advances navigation
and resolves with the current status. Call switchToNextDestination after reaching a stop.
Methods
Section titled “Methods”switchToNextDestination()
Section titled “switchToNextDestination()”switchToNextDestination():
Promise<void>
Defined in: src/ExpoArcgis.types.ts:1432
Returns
Section titled “Returns”Promise<void>
trackLocation()
Section titled “trackLocation()”trackLocation(
location):Promise<RouteTrackingStatus>
Defined in: src/ExpoArcgis.types.ts:1431
Parameters
Section titled “Parameters”location
Section titled “location”Returns
Section titled “Returns”Promise<RouteTrackingStatus>