spatial-monorepo / core/src / HeatmapLayer
Function: HeatmapLayer()
HeatmapLayer(
__namedParameters):null
Defined in: packages/core/src/components/LayerComponents.tsx:173
HeatmapLayer manages a deck.gl HeatmapLayer on the map.
- Mount: calls addHeatmapLayer
- timestamp change: calls updateHeatmapTime
- Unmount: calls removeHeatmapLayer
The layer id is the sourceId prop (stable for the component lifetime).
Parameters
__namedParameters
Returns
null
