How to get Places.GeoDataApi.getAutocompletePredictions ONLY inside the bounds?
问题 I am using Places.GeoDataApi for Android and I get different search results depending on the location of the device performing the request. I need the results to be consistently located inside the bounds. I don't see where that could be setup in the getAutocompletePredictions request. Is there anything I am missing? I get address/place autocomplete suggestions using the GoogleApiClient and Places API through: Places.GeoDataApi.getAutocompletePredictions() The method requires a GoogleApiClient