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

posted @ 2016-01-17 20:36  Show撑腰  阅读(341)  评论(0编辑  收藏  举报