摘要: //// MJViewController.m// 01-CoreLocation的使用//// Created by apple on 14-5-29.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewContr... 阅读全文
posted @ 2014-11-09 08:35 笑看风雨 阅读(222) 评论(0) 推荐(0)
摘要: //// MJViewController.m// 02-地理编码//// Created by apple on 14-5-29.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"#im... 阅读全文
posted @ 2014-11-09 08:34 笑看风雨 阅读(397) 评论(0) 推荐(0)
摘要: 使用CLGeocoder可以完成“地理编码”和“反地理编码”地理编码:根据给定的地名,获得具体的位置信息(比如经纬度、地址的全称等)反地理编码:根据给定的经纬度,获得具体的位置信息地理编码方法- (void)geocodeAddressString:(NSString *)addressString... 阅读全文
posted @ 2014-11-09 08:31 笑看风雨 阅读(513) 评论(0) 推荐(0)