ios - How to get an unabbreviated version of a CLPlacemark administrative area -
when call delegate method:
func displaylocationinfo (placemark: clplacemark) { self.locationmanager.stopupdatinglocation() // find current state self.currentstate = placemark.administrativearea }
the administrative area returns, example, ca instead of california. there anyway can make administrative area return full name instead of abbreviated version. appreciative!
Comments
Post a Comment