DirectionManeuver
DirectionManeuver =
object
Defined in: src/ExpoArcgis.types.ts:1410
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:1416
Duration of this maneuver, in minutes.
geometry
Section titled “geometry”geometry:
Geometry|null
Defined in: src/ExpoArcgis.types.ts:1418
Geometry of this maneuver (a line segment, or null).
length
Section titled “length”length:
number
Defined in: src/ExpoArcgis.types.ts:1414
Length of this maneuver, in meters.
text:
string
Defined in: src/ExpoArcgis.types.ts:1412
Human-readable instruction text.