Nearby Places API
Find places of a given type around a coordinate.
Supported place types
Thetype field supports almost all feature types available in
OpenStreetMap. A few feature types have
been merged to give better results — sending type=eat, for example, returns combined results
for cafes, restaurants and bakeries. If you want just one of them, send that type directly
(type=cafe).
toilets or post_office.
Further information on supported types is available in the
OpenStreetMap map features documentation.Authorizations
Your Baato access token. See Authentication.
Query Parameters
The type or category of results the request should return, for example
hospital, cafe, or a merged type such as eat.
Latitude around which to retrieve place information.
Longitude around which to retrieve place information.
Radius in kilometres from the specified lat/lon pair within which to look for
results. Only integer values are supported.
The number of results the request should return.
Sort results in ascending order by their distance from the specified location, so the nearest result is first.
Return only places that are open for business at the time of the query. Places that do not specify opening hours in the Baato database are excluded when this parameter is set.