Skip to content
Guides API

RouteStop

RouteStop = object

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

One stop along a route. Mirrors the native Stop (constructed from a point).

optional curbApproach?: "eitherSide" | "leftSide" | "rightSide" | "noUTurn"

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

Which side of the vehicle the stop should be approached from.


optional name?: string

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

Optional label for the stop (echoed back on returned stops).


point: PointGeometry

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

The stop location.