Reputation: 1275
I'm building an app in swift that can filter places to one or two types of locations e.g restaurants or coffeeshops is that possible and how its done ?
The app fetch data only from these places.
Upvotes: 1
Views: 33
Reputation: 2805
YES you can search via Types in the google places like in this example
Explanation:
This will give you result in the radius of 20km with all types of restaurants in Mexico. you can also check this documentation for a lot of different variation.
https://developers.google.com/places/?csw=1#PlaceSearchResults
Upvotes: 1