Skip to content

RouteStop

RouteStop = object

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

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:1337

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


optional name?: string

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

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


point: PointGeometry

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

The stop location.