How could I find all places from a particular boundingBox ?
You provide:
findPlaces - it requires a searchTerm, but I want all places no matter the searchTerm
findPlacesByCategory - it requires a category
findRecommendations - I just want all places from a location, not only recommendations
I know I could just use findPlacesByCategory for all available categories, but that would be a waste of bandwidth and API requests.

Reply With Quote




