9 #import <UIKit/UIKit.h>
12 typedef NS_ENUM(NSUInteger,
LMKPinAnnotationColor){
13
LMKPinAnnotationColorDefault,
14
LMKPinAnnotationColorAzure,
15
LMKPinAnnotationColorBlue,
16
LMKPinAnnotationColorGreen,
17
LMKPinAnnotationColorMagenta,
18
LMKPinAnnotationColorRed,
19
LMKPinAnnotationColorRose,
20
LMKPinAnnotationColorViolet,
21
LMKPinAnnotationColorYellow,
32 @property (nonatomic)
LMKPinAnnotationColor
pinColor;
BOOL animatesDrop
动画效果
Definition: LMKPinAnnotationView.h:37
标注view
Definition: LMKAnnotationView.h:27
LMKPinAnnotationColor pinColor
大头针的颜色
Definition: LMKPinAnnotationView.h:32
提供类似大头针效果的annotation view
Definition: LMKPinAnnotationView.h:27
typedef NS_ENUM(NSUInteger,
LMKPinAnnotationColor)
Definition: LMKPinAnnotationView.h:12