Companion

object Companion

Static variables and methods.

Properties

defaultHeatmapColor
Link copied to clipboard
val defaultHeatmapColor: Expression?

Defines the color of each pixel based on its density value in a heatmap. Should be an expression that uses ["heatmap-density"] as input.

defaultHeatmapIntensity
Link copied to clipboard
val defaultHeatmapIntensity: Double?

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.

defaultHeatmapIntensityAsExpression
Link copied to clipboard
val defaultHeatmapIntensityAsExpression: Expression?

Similar to heatmap-weight but controls the intensity of the heatmap globally. Primarily used for adjusting the heatmap based on zoom level.

defaultHeatmapIntensityTransition
Link copied to clipboard
val defaultHeatmapIntensityTransition: StyleTransition?

Transition options for HeatmapIntensity.

defaultHeatmapOpacity
Link copied to clipboard
val defaultHeatmapOpacity: Double?

The global opacity at which the heatmap layer will be drawn.

defaultHeatmapOpacityAsExpression
Link copied to clipboard
val defaultHeatmapOpacityAsExpression: Expression?

The global opacity at which the heatmap layer will be drawn.

defaultHeatmapOpacityTransition
Link copied to clipboard
val defaultHeatmapOpacityTransition: StyleTransition?

Transition options for HeatmapOpacity.

defaultHeatmapRadius
Link copied to clipboard
val defaultHeatmapRadius: Double?

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. queryRenderedFeatures on heatmap layers will return points within this radius.

defaultHeatmapRadiusAsExpression
Link copied to clipboard
val defaultHeatmapRadiusAsExpression: Expression?

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed. queryRenderedFeatures on heatmap layers will return points within this radius.

defaultHeatmapRadiusTransition
Link copied to clipboard
val defaultHeatmapRadiusTransition: StyleTransition?

Transition options for HeatmapRadius.

defaultHeatmapWeight
Link copied to clipboard
val defaultHeatmapWeight: Double?

A measure of how much an individual point contributes to the heatmap. A value of 10 would be equivalent to having 10 points of weight 1 in the same spot. Especially useful when combined with clustering.

defaultHeatmapWeightAsExpression
Link copied to clipboard
val defaultHeatmapWeightAsExpression: Expression?

A measure of how much an individual point contributes to the heatmap. A value of 10 would be equivalent to having 10 points of weight 1 in the same spot. Especially useful when combined with clustering.

defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.