Does anyone have any recommendations on best practices for dynamically updating LatLngBounds values for use in the Google Places Autocomplete API in Android? It is specifically for use in the method: getAutocompletePredictions (https://developers.google.com/android/reference/com/google/android/gms/location/places/GeoDataApi)
Ideally I'm interested in seeing how users are setting this to account for user-specific LatLngBounds based on their last known locations. I'm having difficulties implementing this based on my instantiation of the Autocomplete Adapter in my onCreate function in my MapsActivity, but not calling getLastLocation until onConnected.
Please let me know if I am approaching this question in the wrong, inefficient way.
Thanks!