Reading the documentation,苹果在CLPlacemark的addressDictionary上找到了ABPerson的密钥。
但是从iOS 9开始,ABPerson就被弃用了。
有没有别的东西可以用来装钥匙的?
发布于 2015-09-20 01:34:03
我解决了其中一些我一直遇到的问题:
@"City" -> CLPlacemark.city
@"State" -> CLPlacemark.administrativeArea
@"Country" -> CLPlacemark.country请参阅我的问题here。
https://stackoverflow.com/questions/32234719
复制相似问题