Search for routes near a specific location, optionally by name
<response> <version>2</version> <code>200</code> <text>OK</text> <currentTime>1270614730908</currentTime> <data class="listWithReferences"> <references>...</references> <list> <route>...</route> <!-- More routes --> </list> <limitExceeded>true</limitExceeded> </data> </response>
If you just specify a lat,lon search location, the routes-for-location method will just return nearby routes. If you specify an optional query parameter, we’ll search for nearby routes with the specified route short name. This is the primary method from going from a user-facing route name like “44” to the actual underlying route id unique to a route for a particular transit agency.
The routes-for-location method returns a list result, so see additional documentation on controlling the number of elements returned and interpreting the results. The list contents are <route/> elements.