I am performing a query using Google Places API to search for local restaurants
However, I am receiving a lot of results for locations that are not primarily restaurants, for example:
- Popular hotels with restaurants
- Food delivery services
- Night clubs
- Department stores with dining
- etc.
Ideally I would like to restrict my query to only a few types or prohibit certain types by query. Otherwise I would need to do this manually or find another service.