iPhone SDK - MapKit CoreLocation - 根据纬度和经度制作街道地址
Posted
技术标签:
【中文标题】iPhone SDK - MapKit CoreLocation - 根据纬度和经度制作街道地址【英文标题】:iPhone SDK - MapKit CoreLocation - Make street address from latitude and longitude 【发布时间】:2010-08-03 02:45:13 【问题描述】:我正在构建的应用程序出现问题。
我可以检索用户的纬度和经度,但是我需要将这些值转换为 NSString
街道地址。 IE。 “悉尼公园街 123 号”。
知道如何根据坐标创建街道地址吗?
【问题讨论】:
【参考方案1】:查看MKReverseGeocoder
的文档。
编辑:如the documentation 中所述,MKReverseGeocoder
在 ios 5.0 中已弃用。请改用CLGeocoder
类(documentation here、example code here)。
【讨论】:
谢谢,想通了。 initWithCoordinate: 解决问题 :)以上是关于iPhone SDK - MapKit CoreLocation - 根据纬度和经度制作街道地址的主要内容,如果未能解决你的问题,请参考以下文章