HeatmapWeight

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.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun HeatmapWeight(value: Double)

Construct the HeatmapWeight with Double.

Link copied to clipboard
fun HeatmapWeight(expression: Expression)

Construct the HeatmapWeight with Mapbox Expression.

Link copied to clipboard
fun HeatmapWeight(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard