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

iOS8 根据经纬度显示地名
来源:易贤网 阅读:1327 次 日期:2015-01-22 09:41:49
温馨提示:易贤网小编为您整理了“iOS8 根据经纬度显示地名”,方便广大网友查阅!

我们很多时候做项目的时候都选用通过手机获取定位,然后传数据给后台,这是iOS8根据经纬度显示地名的demo

//1.导入框架

//

// NearByViewController.m

// nearDemo

//

// Created by apple on 14/12/5.

// Copyright (c) 2014年 youdianshang. All rights reserved.

//

#import

#import

@interface NearByViewController ()

{

NSUserDefaults *defaluts;

NSString * jingduStr;

NSString *weiduStr;

NSString *LocationAddress;

}

@property(nonatomic,retain)CLLocationManager *locationManager;

@property(strong,nonatomic)UILabel *positionLabel;

/*

经纬度相关设置

*/

-(void)getLocationAll

{

self.locationManager = [[CLLocationManageralloc]init];

_locationManager.delegate =self;

_locationManager.desiredAccuracy =kCLLocationAccuracyBest;

_locationManager.distanceFilter =10;

[_locationManagerrequestAlwaysAuthorization];//添加这句

[_locationManagerstartUpdatingLocation];

}

/*

//通过经纬度得到当前地理位置

-(void)change{

defaluts=[NSUserDefaultsstandardUserDefaults];

CLLocationCoordinate2D coordinate;

coordinate.latitude = [[NSStringstringWithFormat:@"];

coordinate.longitude = [[NSStringstringWithFormat:@"];

CLLocation *newLocation=[[CLLocationalloc]initWithLatitude:coordinate.latitudelongitude: coordinate.longitude];

CLGeocoder *geocoder=[[CLGeocoderalloc] init];

[geocoder reverseGeocodeLocation:newLocationcompletionHandler:^(NSArray* placemarks,NSError* error)

{

MKPlacemark*placemark = [placemarks objectAtIndex:0];

LocationAddress = [NSStringstringWithFormat:@"@", placemark.locality, placemark.subLocality,placemark.thoroughfare, placemark.subThoroughfare];

[defaluts setObject:LocationAddress forKey:@"address"];

NSLog(@"终极目标:1:%@2:%@3:%@4:%@", placemark.locality, placemark.subLocality,placemark.thoroughfare,placemark.subThoroughfare);

}];

#pragma mark--实现CLLocationManagerDelegate的代理方法,获取地理位置(镔)===========================================================================

//(1)获取到位置数据,返回的是一个CLLocation的数组,一般使用其中的一个

- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations

{

CLLocation *currLocation = [locations lastObject];

NSLog(@"经度=%f纬度=%f高度=%f", currLocation.coordinate.latitude, currLocation.coordinate.longitude, currLocation.altitude);

jingduStr =[NSStringstringWithFormat:@"%f", currLocation.coordinate.latitude];

weiduStr =[NSStringstringWithFormat:@"%f", currLocation.coordinate.longitude];

NSLog(@"jijijijijij:%@",jingduStr);

[self change];

}

//(2)获取用户位置数据失败的回调方法,在此通知用户

- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error

{

if ([error code] ==kCLErrorDenied)

{

//访问被拒绝

}

if ([errorcode] == kCLErrorLocationUnknown) {

//无法获取位置信息

}

}

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

中国足彩网信息请查看网络编程
易贤网手机网站地址:iOS8 根据经纬度显示地名
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!

2025国考·省考课程试听报名

  • 报班类型
  • 姓名
  • 手机号
  • 验证码
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 加入群交流 | 手机站点 | 投诉建议
工业和信息化部备案号:滇ICP备2023014141号-1 足球游戏_中国足彩网¥体育资讯$ 滇公网安备53010202001879号 人力资源服务许可证:(云)人服证字(2023)第0102001523号
云南网警备案专用图标
联系电话:0871-65099533/13759567129 获取招聘考试信息及咨询关注公众号:hfpxwx
咨询QQ:526150442(9:00—18:00)版权所有:易贤网
云南网警报警专用图标