9 #import "BMKAnnotationView.h" 11 BMKPinAnnotationColorRed = 0,
12 BMKPinAnnotationColorGreen,
13 BMKPinAnnotationColorPurple
15 typedef NSUInteger BMKPinAnnotationColor;
21 BMKPinAnnotationColor _pinColor;
25 @property (nonatomic) BMKPinAnnotationColor pinColor;
27 @property (nonatomic) BOOL animatesDrop;
标注view
Definition: BMKAnnotationView.h:39
提供类似大头针效果的annotation view
Definition: BMKPinAnnotationView.h:18