stopsByRadius Query
Get all stops within the specified radius from a location. The returned type is a Relay connection (see https://facebook.github.io/relay/graphql/connections.htm ). The stopAtDistance type has two values: stop and distance.
Arguments
#
after
before
first
last
radius
Int !
Non-null
Radius (in meters) to search for from the specified location. Note that this is walking distance along streets and paths rather than a geographic distance.
Response
#
Returns stopAtDistanceConnection .
Example
#
Previous
stopsByBbox
Next
ticketTypes