0

我正在使用 Google Places API 来编写我的 android 应用程序。我想根据突出度获取靠近设备当前位置的位置列表(即我不想在我的 URL 中传递“关键字”或“类型”或“名称”参数)。有没有办法做到这一点?

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

我在 stackoverflow 上搜索了谷歌和相当多的线程,但在使用 rankby=distance 参数时找不到太多有用的帮助。如果您能分享您使用 google places API 按距离对地点进行排序的经验,我将不胜感激。

谢谢您的帮助。

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

4

1 回答 1

0

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

于 2013-07-09T15:31:16.413 回答