iphone 獲取地址的詳細資訊
首頁完成改版,來提意見
iphone獲取地址的詳細資訊
- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate {
if (self = [super init]) {
// Custom initialization
reverseGeocoder = [[MKReverseGeocoder alloc] initWithCoordinate:coordinate];
reverseGeocoder.delegate = self;
[reverseGeocoder start];
//……
}
return self;
}
#pragma mark MKReverseGeocoderDelegate
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFailWithError:(NSError *)error
{
NSString *errorMessage = [error localizedDescription];
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"獲取詳細資訊失敗"
message:errorMessage
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil];
[alertView show];
[alertView release];
}
- (void)reverseGeocoder:(MKReverseGeocoder *)geocoder didFindPlacemark:(MKPlacemark *)placemark
{
NSLog(@"%@",placemark.locality);
}
//=======================================================
Street = 科韻路 18號
Thoroughfare = 科韻路
SubThoroughfare = 18號
City = 廣州市
SubLocality = 天河區
State = 廣東省
SubAdministrativeArea = (null)
ZIP = (null)
Country = 中國
{
City = "廣州市";
Country = "中國";
CountryCode = CN;
FormattedAddressLines = (
"中國",
"廣東省廣州市天河區",
"科韻路18號"
);
State = "廣東省";
Street = "科韻路18號";
SubLocality = "天河區";
SubThoroughfare = "18號";
Thoroughfare = "科韻路";
}
MKPlacemark:
@property (nonatomic, readonly) NSDictionary *addressDictionary; //地址字典
@property (nonatomic, readonly) NSString *thoroughfare; //街道名——“科韻路”
@property (nonatomic, readonly) NSString *subThoroughfare; // 門牌號——“18號”
@property (nonatomic, readonly) NSString *locality; //城市——“廣州市”
@property (nonatomic, readonly) NSString *subLocality; //區縣——“天河區”
@property (nonatomic, readonly) NSString *administrativeArea; //身份——“廣東省”
@property (nonatomic, readonly) NSString *subAdministrativeArea; //沒獲取到,不知道是什麼東東
@property (nonatomic, readonly) NSString *postalCode; //郵政編碼——不知道是什麼原因,這裡沒獲取到
@property (nonatomic, readonly) NSString *country; //國家——“中國”
@property (nonatomic, readonly) NSString *countryCode; //國家程式碼——“CN”
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69994010/viewspace-2753480/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 微信小程式呼叫騰訊地圖獲取jsonp資料 解析詳細地址資訊微信小程式地圖JSON
- ExtJs獲取GridPanel選中行的詳細資訊JS
- jProcesses:使用Java獲取跨平臺程式的詳細資訊Java
- Spring Security - 獲取當前登入使用者的詳細資訊Spring
- 淘寶開放平臺API - 獲取單筆交易的詳細資訊API
- Python獲取IP地址對應的地理位置資訊!Python
- 微信小程式獲取手機定位+經緯度轉詳細地址微信小程式
- 獲取Tomcat更詳細的日誌Tomcat
- 淘寶/天貓獲取sku詳細資訊 API 返回值說明API
- 淘寶 / 天貓獲取 sku 詳細資訊 API 返回值說明API
- 獲取配置的mock地址Mock
- 獲取URL地址
- 各類電商平臺批次獲取商品資訊 API 詳細操作說明API
- 用Nodejs Cheerio爬取NPM包詳細資訊NodeJSNPM
- Spring 客戶端 IP 地址獲取及儲存細節Spring客戶端
- saltstack獲取IP地址
- sqlplus -prelim和oradebug捕獲資料庫hang住的詳細資訊SQL資料庫
- 獲取位置資訊
- java獲取本機的ip地址Java
- SpringBoot 獲取訪問介面的請求的IP地址和瀏覽器資訊Spring Boot瀏覽器
- Linux: 獲取硬碟的UUID資訊Linux硬碟UI
- 獲取.crt證書的資訊
- 獲取淘寶商品詳情api、介面獲取寶貝詳情、產品詳細屬性示例說明API
- python爬蟲獲取搜狐汽車的配置資訊 和swf動態圖表的銷量資料-------詳細教學Python爬蟲
- 使用捕獲 獲取身份證號的資訊
- 如何使用 Go 獲取你的 IP 地址Go
- 獲取拼多多商品詳情api、介面獲取寶貝詳情、產品詳細屬性Java示例說明APIJava
- jQuery獲取本機ip地址jQuery
- 獲取客戶端Mac地址客戶端Mac
- 如何獲取海外住宅IP地址?
- 美國ip地址如何獲取?
- Lazada詳情API介面:一鍵獲取商品資訊的深度實踐API
- iOS 開發:『Runtime』詳解(四)獲取類詳細屬性、方法iOS
- Oracle獲取所有表名資訊和獲取指定表名欄位資訊Oracle
- 詳情API介面上貨搬運獲取資訊API介面API
- 全網最詳細的AbstractQueuedSynchronizer(AQS)原始碼剖析(二)資源的獲取和釋放AQS原始碼
- iOS獲取SIM卡資訊iOS
- 獲取AFP服務資訊