How to get 20+ result from Google Places API?

后端 未结 7 1833
一整个雨季
一整个雨季 2020-12-02 10:22

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

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 10:37

    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.

提交回复
热议问题