Skip to content

DirectionManeuver

DirectionManeuver = object

Defined in: src/ExpoArcgis.types.ts:1364

One turn-by-turn instruction along a route. Mirrors the native DirectionManeuver.

duration: number

Defined in: src/ExpoArcgis.types.ts:1370

Duration of this maneuver, in minutes.


geometry: Geometry | null

Defined in: src/ExpoArcgis.types.ts:1372

Geometry of this maneuver (a line segment, or null).


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.