8 #import
<CoreLocation/CLLocation.h>
18 @property (nonatomic, assign)
CLLocationCoordinate2D
coordinate;
23 @property (nonatomic, copy)
NSString *
title;
28 @property (nonatomic, copy)
NSString *
subtitle;
NSString * subtitle()
获取annotation副标题
标注点annotation
Definition: LMKPointAnnotation.h:13
CLLocationCoordinate2D coordinate
经纬度
Definition: LMKPointAnnotation.h:18
该类为标注点的protocol,提供了标注类的基本信息函数
Definition: LMKAnnotation.h:15
NSString * title()
获取annotation标题