如何获取CLPlacemark管理区域的未缩写版本

时间:2015-06-18 17:23:25

标签: ios swift cllocationmanager clplacemark

当我调用此委托方法时:

func displayLocationInfo (placemark: CLPlacemark) {

    self.locationManager.stopUpdatingLocation()

    // Find current state
    self.currentState = placemark.administrativeArea



}

管理区域返回,例如CA而不是California。无论如何我可以使管理区域返回全名而不是缩写版本。任何帮助都会受到赞赏!

0 个答案:

没有答案