Heatmap Layer Dsl
interface HeatmapLayerDsl
Content copied to clipboard
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
filter
Link copied to clipboard
heatmapColor
Link copied to clipboard
heatmapIntensity
Link copied to clipboard
abstract fun heatmapIntensity(heatmapIntensity: Expression): HeatmapLayer
Content copied to clipboard
abstract fun heatmapIntensity(heatmapIntensity: Double = 1.0): HeatmapLayer
Content copied to clipboard
heatmapIntensityTransition
Link copied to clipboard
abstract fun heatmapIntensityTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
abstract fun heatmapIntensityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapIntensityTransition.
heatmapOpacity
Link copied to clipboard
heatmapOpacityTransition
Link copied to clipboard
abstract fun heatmapOpacityTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
abstract fun heatmapOpacityTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapOpacityTransition.
heatmapRadius
Link copied to clipboard
heatmapRadiusTransition
Link copied to clipboard
abstract fun heatmapRadiusTransition(options: StyleTransition): HeatmapLayer
Content copied to clipboard
abstract fun heatmapRadiusTransition(block: StyleTransition.Builder.() -> Unit): HeatmapLayer
Content copied to clipboard
DSL for heatmapRadiusTransition.
heatmapWeight
Link copied to clipboard
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
sourceLayer
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
HeatmapLayer
Link copied to clipboard