MKReverseGeocoder 获取地址的详细信息
摘要:
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark{NSLog(@"%@",placemark.locality);}//=======================================================Street = 科韵路 18号Thoroughfare = 科韵路SubThoroughfare = 18号City = 广州市SubLocality = 天河区State = 广东省SubAdminist 阅读全文
posted @ 2012-11-02 15:10 Solitary 阅读(330) 评论(0) 推荐(0) 编辑