我正在尝试让用户单击注释,然后在下一个视图中以UITextField
表示某些信息,例如地址。但是,当尝试获取annotation.subtitle
时,出现有关MKAnnotation.subtitle返回值为String的错误?而不是我想要的,String。我应该使用reverseGeocodeLocation
吗?
最佳答案
是的,使用它您将得到一个CLPlacemark
对象,其中包含名称,地址...
参考:https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLPlacemark_class/index.html#//apple_ref/swift/cl/c:objc(cs)CLPlacemark