createHeatmapProgram
createHeatmapProgram<
N,E,G>(nodes,options?):WebGLLayerProgramType<N,E,G>
Defined in: packages/layer-webgl/src/heatmap/index.ts:11
Type Parameters
N
N extends Attributes = Attributes
E
E extends Attributes = Attributes
G
G extends Attributes = Attributes
Parameters
nodes
string[]
options?
Partial<HeatmapOptions>
Returns
WebGLLayerProgramType<N, E, G>