Get location name from Latitude & Longitude in iOS
问题 I want to find current location name from latitude and longitude, Here is my code snippet I tried but my log shows null value in all the places except in placemark , placemark.ISOcountryCode and placemark.country I want value of placemark.locality and placemark.subLocality but it is showing null values. - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; // this creates the CCLocationManager that will find your current location locationManager = [[CLLocationManager alloc]