ApiTransfer Data Type

Represents a transfer from a stop

Properties
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
}