경도/위도 좌표로 주소 알아내기 - (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFailWithError:(NSError *)error { self.mapAddress = @""; } - (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark { NSString *str = [NSString stringWithFormat:@""]; str = [str stringByAppendingFormat:@"%@", placemark.country]; if([placemark.administrativeArea length] > 0) { str = [str stringByAppendi.. 더보기 이전 1 ··· 32 33 34 35 36 37 38 ··· 95 다음