查找 Iphone 的位置(地理编码)
我正在使用 http://www.mobileorchard.com/hello-there- a-corelocation-教程/ 用于使用 Iphone 获取位置。(它提供纬度和经度) 现在我想要基于这些纬度和纬度的城市/邮政编码iPhone 中的经度。 所以请推荐我以上内容。 示例代码/教程会更好(如果可能的话)...因为我对 iPhone 开发非常陌生。
谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.