Skip to content
Guides API

DirectionManeuver

DirectionManeuver = object

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

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

duration: number

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

Duration of this maneuver, in minutes.


geometry: Geometry | null

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

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


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.