Android - Google Places API - No “reviews” Array

后端 未结 3 1859
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 07:39

So I\'m running the following Google Places API call:

https://maps.googleapis.com/maps/api/place/search/json?location=34.0467359,-118.441764&rankby=distanc

3条回答
  •  一整个雨季
    2020-12-22 07:55

    Instead of search use near by search as follows:-

    and also include radius :

     https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=34.0467359,-118.441764&radius=50000&sensor=true&key=MY_API_KEY&types=restaurant
    

提交回复
热议问题