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);