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

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

PHP DOM loadHTML() method unusual warning -

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