在 iPhone 中通过 Google GeoCoding API 设置位置搜索范围
每个人 我正在尝试用 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
最好的问候
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在谷歌密钥的帮助下,只有您才能访问此链接。尝试从谷歌获取密钥。
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).