I am developing an app in which I am getting the list of ATM\'s near by the user. For that I am using Google Places API, but every time it returns 20 result only. I want to
On the Google places page on: https://developers.google.com/places/documentation/search Under 'Radar Search Requests' it states that using: https://maps.googleapis.com/maps/api/place/radarsearch/output?parameters you get 200 results using this call, but note that each call uses 5 requests against your quota.