12 2015 档案

摘要:- (void)geocodeBtnClick{ // 0.获取用户输入的位置 NSString *addressStr = self.addressField.text; if (addressStr == nil || addressStr.length == 0) { NSLog(@"请输入地... 阅读全文
posted @ 2015-12-28 19:23 akkeLyn 阅读(145) 评论(0) 推荐(0) 编辑
摘要:@interface ViewController ()/** * 定位管理者 */@property (nonatomic ,strong) CLLocationManager *mgr;@end@implementation ViewController- (void)viewDidLoad {... 阅读全文
posted @ 2015-12-28 18:16 akkeLyn 阅读(141) 评论(0) 推荐(0) 编辑
摘要:coreLoacation:1.@interface ViewController () //遵守协议CLLocationManager协议/*** 定位管理者*/@property (nonatomic ,strong) CLLocationManager *mgr;// 上一次的位置@prope... 阅读全文
posted @ 2015-12-28 17:37 akkeLyn 阅读(151) 评论(0) 推荐(0) 编辑