查找 Iphone 的位置(地理编码)

发布于 2024-09-07 06:51:48 字数 307 浏览 3 评论 0 原文

我正在使用 http://www.mobileorchard.com/hello-there- a-corelocation-教程/ 用于使用 Iphone 获取位置。(它提供纬度和经度) 现在我想要基于这些纬度和纬度的城市/邮政编码iPhone 中的经度。 所以请推荐我以上内容。 示例代码/教程会更好(如果可能的话)...因为我对 iPhone 开发非常陌生。

谢谢。

I am using http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/
for getting the location using Iphone.(It gives Latitude & Longitude)
Now i want the cities/zipcode based on these Latitude & Longitude in Iphone.
So please suggest me for the above.
Sample code/tutorial will be much better(if possible)...as I am very new to this Iphone development.

Thanks.

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

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

发布评论

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

评论(1

懒的傷心 2024-09-14 06:51:48

您可以使用 UIKit 中内置的 MKReverseGeocoder 类。但是,您必须遵守 Google 的许可条款,例如,您必须在 Google 地图上显示结果等。

或者,您可以使用 GeoNames,满足您的需要,尤其是 邮政编码查找可能会引起兴趣。它们以 xml 和 json 格式提供。他们的许可条款比谷歌少得多。

You can use the builtin MKReverseGeocoder class in UIKit. You will however have to adhere to Googles license terms, e.g. that you have to show the results on a Google map, etc.

Alternatively you can use the various services available from GeoNames, for your need especially the postal code lookup could be of interrest. They are provided both as xml and json formats. They have a lot less restrictive licens term than Google.

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