RouteStop
RouteStop =
object
Defined in: src/ExpoArcgis.types.ts:1331
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:1337
Which side of the vehicle the stop should be approached from.
optionalname?: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.