iOS高德地图SDK(3D)  V7.5.0
MAHeatMapTileOverlay.h
Go to the documentation of this file.
1 //
2 // MAHeatMapTileOverlay.h
3 // test2D
4 //
5 // Created by xiaoming han on 15/4/21.
6 // Copyright (c) 2015年 Amap. All rights reserved.
7 //
8 
9 
10 
11 #import "MAConfig.h"
12 
13 #if MA_INCLUDE_OVERLAY_HEATMAP
14 
15 #import "MATileOverlay.h"
16 
18 @interface MAHeatMapNode : NSObject
19 
21 @property (nonatomic, assign) CLLocationCoordinate2D coordinate;
22 
24 @property (nonatomic, assign) float intensity;
25 
26 @end
27 
29 @interface MAHeatMapGradient : NSObject<NSCopying>
30 
32 @property (nonatomic, readonly) NSArray<UIColor *> *colors;
33 
35 @property (nonatomic, readonly) NSArray<NSNumber *> *startPoints;
36 
43 - (instancetype)initWithColor:(NSArray<UIColor *> *)colors andWithStartPoints:(NSArray<NSNumber *> *)startPoints;
44 
45 @end
46 
49 
51 @property (nonatomic, strong) NSArray<MAHeatMapNode *> *data;
52 
54 @property (nonatomic, assign) NSInteger radius;
55 
57 @property (nonatomic, assign) CGFloat opacity;
58 
60 @property (nonatomic, strong) MAHeatMapGradient *gradient;
61 
63 @property (nonatomic, assign) BOOL allowRetinaAdapting;
64 
65 @end
66 
67 #endif
68 
69 
热力图节点
Definition: MAHeatMapTileOverlay.h:18
float intensity
强度
Definition: MAHeatMapTileOverlay.h:24
该类是覆盖在球面墨卡托投影上的图片tiles的数据源
Definition: MATileOverlay.h:15
热力图渐变属性
Definition: MAHeatMapTileOverlay.h:29
CLLocationCoordinate2D coordinate
经纬度
Definition: MAHeatMapTileOverlay.h:21
热力图tileOverlay
Definition: MAHeatMapTileOverlay.h:48
© 2017 高德信息技术有限公司 版权所有,保留所有权利。