Returns information about the nearest stops to a particular location.
Tstopsbylocation(lat, lon, radius = 0.01)
The latitude for location near which stops should be returned. Example: "42.352913"
The longitude for location near which stops should be returned. Example: "-71.064648"
Radius in degrees around the coordinates in which to search. Defaults to 0.01 degrees, or approximately half a mile.
The GTFS-compatible unique identifier for the stop. Example: "70063"
Street address or intersection at which stop is located. (note: can be empty for non-parent stations).
Full description of stop or entrance/exit.
The GTFS-compatible latitude of the station. Example: "42.3967399597168"
Takes value of 0, 1, or 2, corresponding to stops, parent stations, and entrances/exits, respectively.
The GTFS- compatible longitude of the station. Example: "-71.1218185424805"
The GTFS-compatible name for the stop (not unique). Example: "State Street"
Number, 1 through 13, indicating platform within station serving commuter rail.
Direction towards which vehicles from that platform go.
Code for whether or not platform allows for wheelchair access. tkaes values of 0, 1, or 2, corresponding to no information, accessible, or inaccessible, respectively.
The GTFS-compatible unique identifier for the station associated with the stop. (note: can be empty if stop does not have an associated station). Example: "place-davis"