iOS高德地图SDK(2D)
v5.6.0
|
热力图渐变属性 More...
#import <MAHeatMapTileOverlay.h>
Instance Methods | |
(instancetype) | - initWithColor:andWithStartPoints: |
重新设置gradient的时候,需要执行 MATileOverlayView 中的 reloadData 方法 More... | |
Properties | |
NSArray * | colors |
颜色 default [blue,green,red] More... | |
NSArray * | startPoints |
default [@(0.2),@(0.5),@(0,9)] More... | |
热力图渐变属性
- (instancetype) initWithColor: | (NSArray *) | colors | |
andWithStartPoints: | (NSArray *) | startPoints | |
重新设置gradient的时候,需要执行 MATileOverlayView 中的 reloadData 方法
colors | 颜色 |
startPoints | startPoints |
|
readnonatomicassign |
颜色 default [blue,green,red]
|
readnonatomicassign |
default [@(0.2),@(0.5),@(0,9)]