标签:
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);
标签:
原文地址:http://www.cnblogs.com/yedayi/p/5137763.html