Companion

Static variables and methods.

object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

defaultHeatmapColor
Link copied to clipboard

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

val defaultHeatmapColor: Expression?
defaultHeatmapIntensity
Link copied to clipboard

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

val defaultHeatmapIntensity: Double?
defaultHeatmapIntensityAsExpression
Link copied to clipboard

This is an Expression representation of "heatmap-intensity".

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

val defaultHeatmapIntensityAsExpression: Expression?
defaultHeatmapIntensityTransition
Link copied to clipboard

Transition options for HeatmapIntensity.

val defaultHeatmapIntensityTransition: StyleTransition?
defaultHeatmapOpacity
Link copied to clipboard

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

val defaultHeatmapOpacity: Double?
defaultHeatmapOpacityAsExpression
Link copied to clipboard

This is an Expression representation of "heatmap-opacity".

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

val defaultHeatmapOpacityAsExpression: Expression?
defaultHeatmapOpacityTransition
Link copied to clipboard

Transition options for HeatmapOpacity.

val defaultHeatmapOpacityTransition: StyleTransition?
defaultHeatmapRadius
Link copied to clipboard

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed.

val defaultHeatmapRadius: Double?
defaultHeatmapRadiusAsExpression
Link copied to clipboard

This is an Expression representation of "heatmap-radius".

Radius of influence of one heatmap point in pixels. Increasing the value makes the heatmap smoother, but less detailed.

val defaultHeatmapRadiusAsExpression: Expression?
defaultHeatmapRadiusTransition
Link copied to clipboard

Transition options for HeatmapRadius.

val defaultHeatmapRadiusTransition: StyleTransition?
defaultHeatmapWeight
Link copied to clipboard

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.

val defaultHeatmapWeight: Double?
defaultHeatmapWeightAsExpression
Link copied to clipboard

This is an Expression representation of "heatmap-weight".

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.

val defaultHeatmapWeightAsExpression: Expression?
defaultMaxZoom
Link copied to clipboard

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

Range: minimum: 0 maximum: 24

val defaultMaxZoom: Double?
defaultMinZoom
Link copied to clipboard

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

Range: minimum: 0 maximum: 24

val defaultMinZoom: Double?
defaultVisibility
Link copied to clipboard

Visibility of the layer.

val defaultVisibility: Visibility?