DirectionManeuver
DirectionManeuver =
object
Defined in: src/ExpoArcgis.types.ts:1364
One turn-by-turn instruction along a route. Mirrors the native DirectionManeuver.
Properties
Section titled “Properties”duration
Section titled “duration”duration:
number
Defined in: src/ExpoArcgis.types.ts:1370
Duration of this maneuver, in minutes.
geometry
Section titled “geometry”geometry:
Geometry|null
Defined in: src/ExpoArcgis.types.ts:1372
Geometry of this maneuver (a line segment, or null).
length
Section titled “length”length:
number
Defined in: src/ExpoArcgis.types.ts:1368
Length of this maneuver, in meters.
text:
string
Defined in: src/ExpoArcgis.types.ts:1366
Human-readable instruction text.