在 iPhone 中通过 Google GeoCoding API 设置位置搜索范围

发布于 2024-11-16 14:35:03 字数 418 浏览 0 评论 0 原文

每个人 我正在尝试用 MKMapView 做一些事情。我有一个以纬度和经度值形式存在的位置,我想使用 google geocoding API 搜索该位置周围 200 公里范围内存在的注释。谁能告诉我如何设置这个界限? 我目前正在使用以下 url 将我的位置发送到 google geocoding api。

http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false

最好的问候

Everyone
I am trying to do something with MKMapView. I have a location in form of latitude and longitude value and I want to search for annotations present in 200km around this location using google geocoding API. Can anyone please tell me how to set this bound?
I am currently using following url to send my location to google geocoding api.

http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false

Best Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-11-23 14:35:03

在谷歌密钥的帮助下,只有您才能访问此链接。尝试从谷歌获取密钥。

https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=200&types=food&name=harbour&sensor=false& key=(在这里您可以使用您的密钥)。

With the help of the google key only you can able to access this link. try to get the key from google.

https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=200&types=food&name=harbour&sensor=false&key=(Here you can use your key).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文