HeatmapLayer is a style layer that renders a heatmap visualization of point data. Mapbox Style SpecificationDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/rnmapbox/maps/llms.txt
Use this file to discover all available pages before exploring further.
Props
A unique identifier for the layer.
If true, references an existing layer in the style.
The source from which to obtain data.
Identifier of the layer within the source.
Inserts the layer above the specified layer ID.
Inserts the layer below the specified layer ID.
The slot this layer is assigned to. v11 only
Minimum zoom level for layer visibility.
Maximum zoom level for layer visibility.
Filters features based on a condition.
Customizable style attributes.
Style Properties
Controls layer visibility.
Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. Minimum: 1
A measure of how much an individual point contributes to the heatmap. Minimum: 0
Similar to heatmap-weight but controls the intensity globally rather than per point. Minimum: 0
Defines the color of each pixel based on its density value.
The global opacity at which the heatmap layer will be drawn. Range: 0-1.