8 #import <Foundation/Foundation.h>
24 @property (copy) NSString
*title;
29 @property (copy) NSString
*subtitle;
34 @property (nonatomic, assign)
NSUInteger projection_type;
40 -
(void)buildDataWithType:(LMKMapProjectionType)projectionType;
NSString * _subtitle
Definition: LMKShape.h:18
NSString * _title
Definition: LMKShape.h:17
该类为标注点的protocol,提供了标注类的基本信息函数
Definition: LMKAnnotation.h:15
该类为一个抽象类,定义了基于LMKAnnotation的LMKShape类的基本属性和行为,不能直接使用,必须子类化之后才...
Definition: LMKShape.h:15