高德地图SDK(导航) V11.2.0501
Loading...
Searching...
No Matches
MAHeatMapVectorGridOverlay.h
Go to the documentation of this file.
1//
2// MAHeatMapVectorGridOverlay.h
3// MAMapKit
4//
5// Created by ldj on 2019/7/25.
6// Copyright © 2019 Amap. All rights reserved.
7// 热力图网格覆盖物(通过顶点直接绘制)
8
9#import "MAConfig.h"
10#if MA_INCLUDE_OVERLAY_HEATMAP
11
12#import "MAShape.h"
13#import "MAOverlay.h"
15
18@interface MAHeatMapVectorGridNode : NSObject
21@property (nonatomic, assign) CLLocationCoordinate2D coordinate;
22@end
23
26@interface MAHeatMapVectorGrid : NSObject
29@property (nonatomic, copy) NSArray<MAHeatMapVectorGridNode *> *inputNodes;
30
33@property (nonatomic, strong) UIColor *color;
34@end
35
38@interface MAHeatMapVectorGridOverlayOptions : NSObject
39
42@property (nonatomic, assign) MAHeatMapType type;
43
46@property (nonatomic, assign) BOOL visible;
47
50@property (nonatomic, copy) NSArray<MAHeatMapVectorGrid *> *inputGrids;
51
54@property (nonatomic, assign) CGFloat minZoom;
55
58@property (nonatomic, assign) CGFloat maxZoom;
59
60@end
61
64@interface MAHeatMapVectorGridOverlay : MAShape<MAOverlay>
65
66
69@property (nonatomic, strong) MAHeatMapVectorGridOverlayOptions *option;
70
79+ (instancetype)heatMapOverlayWithOption:(MAHeatMapVectorGridOverlayOptions *)option;
80
81@end
82
83#endif
Definition MAShape.h:16
Definition MAOverlay.h:15
© 2017 高德信息技术有限公司 版权所有,保留所有权利。