This query returns a list of stops ordered by distance from a point.
Object Type : " stop "
URL Parameters :
None
Query Parameters :
-
latitude – this is a required parameter. The latitude of the point in decimal format. This value must be between -90 and 90 inclusive.
-
longitude – this is a required parameter. The longitude of the point in decimal format.
-
rowCount – The maximum number of rows to return. The default value is 50.
Example Queries :
The 100 stops closest to the RouteMatch office:
/stops/byDistance/?rowCount=100&latitude=33.786838&longitude=-84.387693