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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -