CLPlacemark 地址 iOS 9 上的字典键
Posted
技术标签:
【中文标题】CLPlacemark 地址 iOS 9 上的字典键【英文标题】:CLPlacemark addressDictionary keys on iOS 9 【发布时间】:2015-08-26 19:04:54 【问题描述】:Reading the documentation,Apple 指向ABPerson 用于在CLPlacemark
的addressDictionary
上使用的密钥。
但从 ios 9 开始,ABPerson
已被弃用。
还有其他东西可以用来做钥匙吗?
【问题讨论】:
'kABPersonAddressStreetKey' was deprecated in iOS 9.0: use CNPostalAddress.street的可能重复 【参考方案1】:我能够找出其中一些问题来解决我一直遇到的问题:
@"City" -> CLPlacemark.city
@"State" -> CLPlacemark.administrativeArea
@"Country" -> CLPlacemark.country
查看我的问题here。
【讨论】:
以上是关于CLPlacemark 地址 iOS 9 上的字典键的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Core Data 中存储 CLPlacemark 地址数据
将 MKMapView 更新为从 CLGeocoder 返回的 CLPlacemark