摘要:
#import <MapKit/MapKit.h> #import "MyPointAnnotation.h" //导入自定义的大头针 @interface MyAnnotationView : MKPinAnnotationView { MyPointAnnotation *myPointAnno 阅读全文
posted @ 2016-05-06 08:32
逍遥少主
阅读(121)
评论(0)
推荐(0)
摘要:
#import <MapKit/MapKit.h> @interface MyPointAnnotation : MKPointAnnotation //大头针信息 @property (nonatomic,copy) NSString *information; //构造方法 - (id)init 阅读全文
posted @ 2016-05-06 08:30
逍遥少主
阅读(56)
评论(0)
推荐(0)
摘要:
@interface ViewController () <MKMapViewDelegate> { //地图对象 MKMapView *_mapView; UILabel *_userLocationLabel; //用户坐标 } @end @implementation ViewControll 阅读全文
posted @ 2016-05-06 08:26
逍遥少主
阅读(137)
评论(0)
推荐(0)
摘要:
@interface ViewController () <CLLocationManagerDelegate> { //定位器管理者 CLLocationManager *_locationManager; } @end @implementation ViewController - (void 阅读全文
posted @ 2016-05-06 08:21
逍遥少主
阅读(184)
评论(0)
推荐(0)

浙公网安备 33010602011771号