按距离排序地点 - Android

时间:2013-04-29 16:19:29

标签: google-places-api

我正在使用Google Places API来编写我的Android应用。我想根据突出性得到一个靠近设备当前位置的位置列表(即我不想在我的URL中传递“keyword”或“type”或“name”参数)。有没有办法做到这一点?

根据以下链接,您必须在URL中传递关键字,名称或类型参数。 https://developers.google.com/places/training/additional-places-features

我在stackoverflow上搜索谷歌和很多线程,但在使用rankby = distance参数时找不到很多有用的帮助。如果你能分享你使用google places API远程排序地点的经验,我将不胜感激。

感谢您的帮助。

注意: 以下网址失败: https://maps.googleapis.com/maps/api/place/search/json?location=37.787930,-122.4074990&rankby=distance&sensor=false&key=

1 个答案:

答案 0 :(得分:0)

关键字,类型和名称都是可选参数。您只需要传递API密钥,位置和传感器。请参阅以下链接了解详细信息: https://developers.google.com/places/documentation/search