iOS高德地图SDK(2D)  v5.6.0
MAPinAnnotationView.h
Go to the documentation of this file.
1 //
2 // MAPinAnnotationView.h
3 // MAMapKit
4 //
5 // Created by AutoNavi.
6 // Copyright (c) 2013年 Amap. All rights reserved.
7 //
8 
9 #import "MAAnnotationView.h"
10 
12 typedef NS_ENUM(NSInteger, MAPinAnnotationColor) {
16 };
17 
20 
22 @property (nonatomic) MAPinAnnotationColor pinColor;
23 
25 @property (nonatomic) BOOL animatesDrop;
26 
27 @end
红色大头针
Definition: MAPinAnnotationView.h:13
MAPinAnnotationColor pinColor
大头针的颜色,有MAPinAnnotationColorRed, MAPinAnnotationColorGreen, MAPinAnnotationColorPurple三种 ...
Definition: MAPinAnnotationView.h:22
紫色大头针
Definition: MAPinAnnotationView.h:15
MAPinAnnotationColor
大头针颜色
Definition: MAPinAnnotationView.h:12
BOOL animatesDrop
动画效果
Definition: MAPinAnnotationView.h:25
提供类似大头针效果的annotation view
Definition: MAPinAnnotationView.h:19
标注view
Definition: MAAnnotationView.h:23
绿色大头针
Definition: MAPinAnnotationView.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。