We need to consider geographic query parameters on both the /search and /places endpoints.
Geo search could be both:
- Area (Country or Community) by
area_id
- Geography by
bbox and/or lat, lon, radius
Noting /search would return all object types (places, areas, events) whilst /places would return only places obviously.
We need to consider geographic query parameters on both the
/searchand/placesendpoints.Geo search could be both:
area_idbboxand/orlat,lon,radiusNoting
/searchwould return all object types (places, areas, events) whilst/placeswould return only places obviously.