HeatmapView

HeatmapView

HeatmapView 热力图叠加分析视图
基类: OverlayView

Members

Methods

constructor(earthViewer,heatmapSetting)

创建热力图叠加分析视图
Name Type Description
earthViewer EarthViewer
heatmapSetting any optional热力图设置参数,详细设置参考 https://www.patrick-wied.at/static/heatmapjs/docs.html

setData(dataPoints,minValue,maxValue)

设置点数组,系统会自动激发重新绘制。如果没有指定最小值或者最大值,系统会自动计算
Name Type Description
dataPoints Array<HeatmapDataPoint> 热力点数组
minValue number optional最小值
maxValue number optional最大值