Heatmap Layer
@UiThread()
Content copied to clipboard
A heatmap.
See also
Parameters
layerId
the ID of the layer
sourceId
the ID of the source
Constructors
HeatmapLayer
Link copied to clipboard
the ID of the layer
Types
Functions
bindTo
Link copied to clipboard
open override fun bindTo(delegate: StyleInterface, position: LayerPosition?)
Content copied to clipboard
filter
Link copied to clipboard
heatmapColor
Link copied to clipboard
heatmapIntensity
Link copied to clipboard
open override fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer
Content copied to clipboard
open override fun heatmapIntensity(heatmapIntensity: Double): HeatmapLayer
Content copied to clipboard
heatmapIntensityTransition
Link copied to clipboard
open override fun heatmapIntensityTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
open override fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapIntensityTransition.
heatmapOpacity
Link copied to clipboard
open override fun heatmapOpacity(heatmapOpacity: Expression): HeatmapLayer
Content copied to clipboard
heatmapOpacityTransition
Link copied to clipboard
open override fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
open override fun heatmapOpacityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapOpacityTransition.
heatmapRadius
Link copied to clipboard
heatmapRadiusTransition
Link copied to clipboard
open override fun heatmapRadiusTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
open override fun heatmapRadiusTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapRadiusTransition.
heatmapWeight
Link copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
sourceLayer
Link copied to clipboard
visibility
Link copied to clipboard
Properties
filter
Link copied to clipboard
A expression specifying conditions on source features.
heatmapColor
Link copied to clipboard
Defines the color of each pixel based on its density value in a heatmap.
heatmapIntensity
Link copied to clipboard
Similar to
heatmap-weight
but controls the intensity of the heatmap globally.heatmapIntensityAsExpression
Link copied to clipboard
This is an Expression representation of "heatmap-intensity".
heatmapIntensityTransition
Link copied to clipboard
Transition options for HeatmapIntensity.
heatmapOpacity
Link copied to clipboard
The global opacity at which the heatmap layer will be drawn.
heatmapOpacityAsExpression
Link copied to clipboard
This is an Expression representation of "heatmap-opacity".
heatmapOpacityTransition
Link copied to clipboard
Transition options for HeatmapOpacity.
heatmapRadius
Link copied to clipboard
Radius of influence of one heatmap point in pixels.
heatmapRadiusAsExpression
Link copied to clipboard
This is an Expression representation of "heatmap-radius".
heatmapRadiusTransition
Link copied to clipboard
Transition options for HeatmapRadius.
heatmapWeight
Link copied to clipboard
A measure of how much an individual point contributes to the heatmap.
heatmapWeightAsExpression
Link copied to clipboard
This is an Expression representation of "heatmap-weight".
sourceLayer
Link copied to clipboard
Source layer.
visibility
Link copied to clipboard
Visibility of the layer.