RouteStop
RouteStop =
object
Defined in: src/ExpoArcgis.types.ts:1799
One stop along a route. Mirrors the native Stop (constructed from a point).
Properties
Section titled “Properties”curbApproach?
Section titled “curbApproach?”
optionalcurbApproach?:"eitherSide"|"leftSide"|"rightSide"|"noUTurn"
Defined in: src/ExpoArcgis.types.ts:1805
Which side of the vehicle the stop should be approached from.
optionalname?:string
Defined in: src/ExpoArcgis.types.ts:1803
Optional label for the stop (echoed back on returned stops).
point:
PointGeometry
Defined in: src/ExpoArcgis.types.ts:1801
The stop location.