Magidoc

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

feeds

[ String !]

List of feed ids from which stops are returned

first

last

lat

Non-null

Latitude of the location (WGS 84)

lon

Non-null

Longitude of the location (WGS 84)

radius

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

#

    
  

3

    
  

3

    
  

3