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
) {
13
MAPinAnnotationColorRed
= 0,
14
MAPinAnnotationColorGreen
,
15
MAPinAnnotationColorPurple
16
};
17
19
@interface
MAPinAnnotationView
:
MAAnnotationView
20
22
@property
(nonatomic)
MAPinAnnotationColor
pinColor
;
23
25
@property
(nonatomic) BOOL
animatesDrop
;
26
27
@end
MAAnnotationView.h
MAPinAnnotationColorRed
红色大头针
Definition:
MAPinAnnotationView.h:13
MAPinAnnotationView::pinColor
MAPinAnnotationColor pinColor
大头针的颜色,有MAPinAnnotationColorRed, MAPinAnnotationColorGreen, MAPinAnnotationColorPurple三种 ...
Definition:
MAPinAnnotationView.h:22
MAPinAnnotationColorPurple
紫色大头针
Definition:
MAPinAnnotationView.h:15
MAPinAnnotationColor
MAPinAnnotationColor
大头针颜色
Definition:
MAPinAnnotationView.h:12
MAPinAnnotationView::animatesDrop
BOOL animatesDrop
动画效果
Definition:
MAPinAnnotationView.h:25
MAPinAnnotationView
提供类似大头针效果的annotation view
Definition:
MAPinAnnotationView.h:19
MAAnnotationView
标注view
Definition:
MAAnnotationView.h:23
MAPinAnnotationColorGreen
绿色大头针
Definition:
MAPinAnnotationView.h:14
© 2017 高德信息技术有限公司 版权所有,保留所有权利。