9#import "QAnnotationView.h"
16 QPinAnnotationColorRed = 0,
17 QPinAnnotationColorGreen,
18 QPinAnnotationColorPurple
29@property (nonatomic) QPinAnnotationColor
pinColor;
annotation数据的内容展示View
定义 QAnnotationView.h:20
提供类似大头针效果的annotationView
定义 QPinAnnotationView.h:25
BOOL animatesDrop
动画效果
定义 QPinAnnotationView.h:34
QPinAnnotationColor pinColor
大头针的颜色
定义 QPinAnnotationView.h:29