TencentMapSDK_iOS_3D_v6.4.0
载入中...
搜索中...
未找到
QPinAnnotationView.h
1//
2// QPinAnnotationView.h
3// QMapKit
4//
5// Created by tabsong on 17/6/9.
6// Copyright © 2017年 tencent. All rights reserved.
7//
8
9#import "QAnnotationView.h"
10
15typedef enum {
16 QPinAnnotationColorRed = 0,
17 QPinAnnotationColorGreen,
18 QPinAnnotationColorPurple
19} QPinAnnotationColor;
20
25
29@property (nonatomic) QPinAnnotationColor pinColor;
30
34@property (nonatomic) BOOL animatesDrop;
35
36@end
annotation数据的内容展示View
定义 QAnnotationView.h:20
提供类似大头针效果的annotationView
定义 QPinAnnotationView.h:25
BOOL animatesDrop
动画效果
定义 QPinAnnotationView.h:34
QPinAnnotationColor pinColor
大头针的颜色
定义 QPinAnnotationView.h:29