HeatmapLayerDsl

interface 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.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
filter
Link copied to clipboard
abstract fun filter(filter: Expression): HeatmapLayer
Set the filter property
hashCode
Link copied to clipboard
open fun hashCode(): Int
heatmapColor
Link copied to clipboard
abstract fun heatmapColor(heatmapColor: Expression): HeatmapLayer
Set the HeatmapColor property
heatmapIntensity
Link copied to clipboard
abstract fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer
Set the HeatmapIntensity property
abstract fun heatmapIntensity(heatmapIntensity: Double = 1.0): HeatmapLayer
Set the HeatmapIntensity property
heatmapIntensityTransition
Link copied to clipboard
abstract fun heatmapIntensityTransition(options: StyleTransition): HeatmapLayer
Set the HeatmapIntensity property transition options
abstract fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapOpacity
Link copied to clipboard
abstract fun heatmapOpacity(heatmapOpacity: Expression): HeatmapLayer
Set the HeatmapOpacity property
abstract fun heatmapOpacity(heatmapOpacity: Double = 1.0): HeatmapLayer
Set the HeatmapOpacity property
heatmapOpacityTransition
Link copied to clipboard
abstract fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer
Set the HeatmapOpacity property transition options
abstract fun heatmapOpacityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapRadius
Link copied to clipboard
abstract fun heatmapRadius(heatmapRadius: Expression): HeatmapLayer
Set the HeatmapRadius property
abstract fun heatmapRadius(heatmapRadius: Double = 30.0): HeatmapLayer
Set the HeatmapRadius property
heatmapRadiusTransition
Link copied to clipboard
abstract fun heatmapRadiusTransition(options: StyleTransition): HeatmapLayer
Set the HeatmapRadius property transition options
abstract fun heatmapRadiusTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
heatmapWeight
Link copied to clipboard
abstract fun heatmapWeight(heatmapWeight: Expression): HeatmapLayer
Set the HeatmapWeight property
abstract fun heatmapWeight(heatmapWeight: Double = 1.0): HeatmapLayer
Set the HeatmapWeight property
maxZoom
Link copied to clipboard
abstract fun maxZoom(maxZoom: Double): HeatmapLayer
Set the maxzoom property
minZoom
Link copied to clipboard
abstract fun minZoom(minZoom: Double): HeatmapLayer
Set the minzoom property
sourceLayer
Link copied to clipboard
abstract fun sourceLayer(sourceLayer: String): HeatmapLayer
Set the sourceLayer property
toString
Link copied to clipboard
open fun toString(): String
visibility
Link copied to clipboard
abstract fun visibility(visibility: Visibility): HeatmapLayer
Set the Visibility property

Inheritors

HeatmapLayer
Link copied to clipboard