CLPlacemark

            CLPlacemark *pl = [placemarks firstObject];

            

            NSLog(@"%@",pl.name);

            NSLog(@"%@",pl.thoroughfare);

            NSLog(@"%@",pl.subThoroughfare);

            NSLog(@"%@",pl.locality); //

            NSLog(@"%@",pl.subLocality);//

            NSLog(@"%@",pl.administrativeArea);//

            NSLog(@"%@",pl.subAdministrativeArea);

            NSLog(@"%@",pl.postalCode);

            NSLog(@"%@",pl.ISOcountryCode);

            NSLog(@"%@",pl.country);

            NSLog(@"%@",pl.inlandWater);

            NSLog(@"%@",pl.ocean);

原文地址:https://www.cnblogs.com/yedayi/p/5137763.html