In the new google places API, they come with a new feature called PlacePicker. It's a simple activity to select a place of the list/map of places they have.
In the Places API we can give a types list, to receive only places of those specific types.
I'm building an app that uses only "establishment" places.
But this activity shows all the places, including a lot of places that i do not need (libraries, schools, gas ...)
There is a way to set the types of the PlacePicker?
Reading the API docs doesn't say nothing about.