Geodecoder Bounding Circle (r:geodecoder-bcircle)¶
http://rels.goabout.com/geodecoder-bcircle
The bounding-circle relation indicates a templated link that can be used to find the all locations of certain types within a bounding box.
The link is found on the API root (p:root), and returns Locations (p:locations)
For now, the number of results is bound to 500 items. This is an arbitrary limit. Client MUST NOT depend on it.
Example¶
{
"_links": {
"http://rels.goabout.com/geodecoder-bcircle" : {
"href" : "https://api.goabout.com/geocoder/decode/bounding-circle{?latitude,longitude,radius,types}",
"templated" : true
}
}
}
Reference¶
Parameters¶
longitude: | Double the longitude of the center coordinate, that describes the bounding-circle. |
---|---|
latitude: | Double the latitude of the center coordinate, that describes the bounding-circle. |
radius: | Double the radius in meters of the bounding circle. |
types: | Enum A comma-separated list of locations types to return. One of station, stop, city, street, postalCode, address, parking, park_and_ride, ov-fiets, mywheels, autohopper or snappcar. |