How to get 20+ result from Google Places API?

As per the documentation: https://developers.google.com/places/web-service/search#PlaceSearchResponses EDIT: Place API now supports pagination of up to 60 results. See below for details. The Places API will return up to 20 establishments per query; however, each search can return as many as 60 results, split across three pages. If your search will return more than 20, then the … Read more

ApiException: 9003: PLACES_API_ACCESS_NOT_CONFIGURED

Many friends suggested me to post how I have implemented this(AutoComplete) on my Project .So I am suggested you to see this migration guide and implement on your project step by step. Migration Guide:-https://developers.google.com/places/android-sdk/client-migration GO to this link to create API Key: Follows this steps to implement AutoComplete in your project :- There is two … Read more