I am making certain android app that requires user to choose a place. I am planning to user google places API.Link: https://developers.google.com/places/android/
This API gives gives nice way to do so through through Place Picker. https://developers.google.com/places/android/placepicker
Now suppose I want to only show user places of food type (restaurant, hotel etc.) . Using Places Browser API this can be done by adding "type=restraunts" attribute in the requests.
Is there a way to show only places of certain types using the Google Places Picker for android ?