从谷歌地图请求地址(使用api URL)

发布于 2024-11-25 22:51:26 字数 74 浏览 5 评论 0原文

无论如何,是否可以使用纬度和经度从谷歌地图请求地址? 我正在使用 iOS SDK,因此我想要 URL 使用 ASIHTTP 发出请求。

Is there anyway to request address from google maps using latitude and longitude?
I am using iOS SDK so I want URL to make the request with ASIHTTP.

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

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

发布评论

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

评论(1

草莓味的萝莉 2024-12-02 22:51:26

您正在寻找 Google 地图提供的反向地理编码 API

http://code.google.com/apis/maps/documentation/geocoding/ #ReverseGeocoding

如果您打算在某个地方的地图上使用此功能,您还应该确保参考 Google 服务条款。

http://code.google.com/apis/maps/iphone/terms.html编辑


Mapkit 提供了一个反向地理编码委托供您使用,但它必须与 MkMapView 结合使用。

http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKReverseGeocoderDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008324

You're looking for the reverse geocoding API provided by google maps.

http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding

If you are going to use this on a map somewhere, you should also make sure you refer to the google terms of service.

http://code.google.com/apis/maps/iphone/terms.html

EDIT
Mapkit provides a reverse geocoder delegate for you to use, but it has to be used in conjuction with MkMapView.

http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKReverseGeocoderDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008324

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