HeatmapLayerDsl

This Interface contains all the functions that will be exposed to Koltin DSL.

Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.

interface HeatmapLayerDsl

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
filter
Link copied to clipboard

Set the filter property

abstract fun filter(filter: Expression): HeatmapLayer
hashCode
Link copied to clipboard
open override fun hashCode(): Int
heatmapColor
Link copied to clipboard

Set the HeatmapColor property

abstract fun heatmapColor(heatmapColor: Expression): HeatmapLayer
heatmapIntensity
Link copied to clipboard

Set the HeatmapIntensity property

abstract fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer
abstract fun heatmapIntensity(heatmapIntensity: Double): HeatmapLayer
heatmapIntensityTransition
Link copied to clipboard

Set the HeatmapIntensity property transition options

abstract fun heatmapIntensityTransition(options: StyleTransition): HeatmapLayer
abstract fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapOpacity
Link copied to clipboard

Set the HeatmapOpacity property

abstract fun heatmapOpacity(heatmapOpacity: Expression): HeatmapLayer
abstract fun heatmapOpacity(heatmapOpacity: Double): HeatmapLayer
heatmapOpacityTransition
Link copied to clipboard

Set the HeatmapOpacity property transition options

abstract fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer
abstract fun heatmapOpacityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapRadius
Link copied to clipboard

Set the HeatmapRadius property

abstract fun heatmapRadius(heatmapRadius: Expression): HeatmapLayer
abstract fun heatmapRadius(heatmapRadius: Double): HeatmapLayer
heatmapRadiusTransition
Link copied to clipboard

Set the HeatmapRadius property transition options

abstract fun heatmapRadiusTransition(options: StyleTransition): HeatmapLayer
abstract fun heatmapRadiusTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapWeight
Link copied to clipboard

Set the HeatmapWeight property

abstract fun heatmapWeight(heatmapWeight: Expression): HeatmapLayer
abstract fun heatmapWeight(heatmapWeight: Double): HeatmapLayer
maxZoom
Link copied to clipboard

Set the maxzoom property

abstract fun maxZoom(maxZoom: Double): HeatmapLayer
minZoom
Link copied to clipboard

Set the minzoom property

abstract fun minZoom(minZoom: Double): HeatmapLayer
sourceLayer
Link copied to clipboard

Set the sourceLayer property

abstract fun sourceLayer(sourceLayer: String): HeatmapLayer
toString
Link copied to clipboard
open override fun toString(): String
visibility
Link copied to clipboard

Set the Visibility property

abstract fun visibility(visibility: Visibility): HeatmapLayer

Inheritors

HeatmapLayer
Link copied to clipboard