Represents a transfer from a stop
name | data type | constraints | description |
---|---|---|---|
toStopId | string | The stop we are connecting to | |
distance | number | required | the on-street distance of the transfer (meters) |
Example
{ "toStopId" : "...", "distance" : 12345.0 }