Skip to content
Guides API

DirectionManeuver

DirectionManeuver = object

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

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

duration: number

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

Duration of this maneuver, in minutes.


geometry: Geometry | null

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

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


length: number

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

Length of this maneuver, in meters.


text: string

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

Human-readable instruction text.