Complete Example

The following is a complete example of the output of a stops by distance query to show the full URL and data output.

URL: http://localhost:8080/portal/feed/v3/demo/stops/byDistance/?rowCount=1&latitude=33.786838&longitude=-84.387693

Data:

{
	"data": 
	[
		{
			"description": "1456 - HOSPITAL & LANE MEM.",
			"distance": 767437.0260816423,
			"id": "1456 - HOSPITAL & LANE MEM.",
			"latitude": 30.65,
			"longitude": -91.1355,
			"masterRouteId": "18 Baker - Zachary",
			"stopName": "1456 - HOSPITAL & LANE MEM.",
			"subRouteId": "18 Baker - Zachary OB to Lane Memorial"
		}
	],
	"predicate": "position",
	"subject": 
	{
		"latitude": 33.786838,
		"longitude": -84.387693
	},
	"time": "2013-10-24T15:58:59-05:00",
	"type": "stop",
	"version": "4.0"
}