Toggle navigation
OpenTripPlanner: ApiTransfer
Resources
Data Types
Files and Libraries
Back to Top
Home
JSON
ApiTransfer
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 }