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