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