足球游戏_中国足彩网¥体育资讯$

iphone 获取地址的详细信息
来源:易贤网 阅读:645 次 日期:2014-11-04 11:00:35
温馨提示:易贤网小编为您整理了“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”

中国足彩网信息请查看IT技术专栏

中国足彩网信息请查看技术文章
易贤网手机网站地址:iphone 获取地址的详细信息
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 加入群交流 | 手机站点 | 投诉建议
工业和信息化部备案号:滇ICP备2023014141号-1 足球游戏_中国足彩网¥体育资讯$ 滇公网安备53010202001879号 人力资源服务许可证:(云)人服证字(2023)第0102001523号
云南网警备案专用图标
联系电话:0871-65317125(9:00—18:00) 获取招聘考试信息及咨询关注公众号:hfpxwx
咨询QQ:526150442(9:00—18:00)版权所有:易贤网
云南网警报警专用图标