name | data type | constraints | description |
---|---|---|---|
id | string | ||
code | string | ||
name | string | ||
lat | number | required | |
lon | number | required | |
url | string | ||
stationId | string | The fully qualified parent station id including the feedId. | |
|
|
|
|
dist | number | Distance to the stop when it is returned from a location-based query. |
Example
{ "id" : "...", "code" : "...", "name" : "...", "lat" : 12345.0, "lon" : 12345.0, "url" : "...", "stationId" : "...", "dist" : 12345 }