Route
Route =
object
Defined in: src/ExpoArcgis.types.ts:1376
A single solved route. Mirrors the native Route.
Properties
Section titled “Properties”directions
Section titled “directions”directions:
DirectionManeuver[]
Defined in: src/ExpoArcgis.types.ts:1388
Turn-by-turn directions (empty unless returnDirections is set).
geometry
Section titled “geometry”geometry:
PolylineGeometry|null
Defined in: src/ExpoArcgis.types.ts:1378
The route line (null if the service returns none).
name:
string
Defined in: src/ExpoArcgis.types.ts:1380
Route name (usually derived from the first and last stop).
totalLength
Section titled “totalLength”totalLength:
number
Defined in: src/ExpoArcgis.types.ts:1382
Total length of the route, in meters.
totalTime
Section titled “totalTime”totalTime:
number
Defined in: src/ExpoArcgis.types.ts:1386
Total elapsed time including any wait/service time, in minutes.
travelTime
Section titled “travelTime”travelTime:
number
Defined in: src/ExpoArcgis.types.ts:1384
Travel time along the route, in minutes.