iOS高德地图SDK(3D)  V7.5.0
MAPinAnnotationView.h
Go to the documentation of this file.
1 //
2 // MAPinAnnotationView.h
3 // MAMapKitDemo
4 //
5 // Created by songjian on 13-1-7.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 #import "MAMapView.h"
11 #import "MAAnnotationView.h"
12 
14 typedef NS_ENUM(NSInteger, MAPinAnnotationColor){
18 };
19 
22 
24 @property (nonatomic) MAPinAnnotationColor pinColor;
25 
27 @property (nonatomic) BOOL animatesDrop;
28 
29 @end
红色大头针
Definition: MAPinAnnotationView.h:15
MAPinAnnotationColor pinColor
大头针的颜色
Definition: MAPinAnnotationView.h:24
紫色大头针
Definition: MAPinAnnotationView.h:17
MAPinAnnotationColor
MAPinAnnotationColor.
Definition: MAPinAnnotationView.h:14
BOOL animatesDrop
添加到地图时是否使用下落动画效果
Definition: MAPinAnnotationView.h:27
提供类似大头针效果的annotation view
Definition: MAPinAnnotationView.h:21
标注view
Definition: MAAnnotationView.h:26
绿色大头针
Definition: MAPinAnnotationView.h:16
© 2017 高德信息技术有限公司 版权所有,保留所有权利。