gpt4 book ai didi

android - 如何从 google places API 获取所有评分最高的热门地点

转载 作者:太空狗 更新时间:2023-10-29 15:05:55 24 4
gpt4 key购买 nike

我想从 google places API 中获取所有受欢迎的地点,这些地点按升序排序并具有最高评级。 (附近搜索休斯顿美国 lat = 29.760193 , lng = -95.36939)这个我试过了

https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=29.760193,-95.36939&rankby=prominence%20&types=food&sensor=false&key=AIzaSydfgfdgdfgdfgdfgdgdfgcDBuNWG4


note: rankby=prominence

但它给出了这样的结果

 {
"html_attributions" : [],
"results" : [],
"status" : "INVALID_REQUEST"
}

但是当 rankby=distance

时它给了我有效的输出

我哪里做错了。

我希望所有评分最高的热门地点优先。

最佳答案

我希望你做得很好,为了获得热门地点,你将调用下面的 api。

https://maps.googleapis.com/maps/api/place/search/json?keyword=coffee&location=37.787930,-122.4074990&radius=5000&sensor=false&key={YOUR_API_KEY}

For more detail you can refer this link.

关于android - 如何从 google places API 获取所有评分最高的热门地点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22032166/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com