Heatmap Layer Dsl
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
Content copied to clipboard
Functions
equals
Link copied to clipboard
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
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
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
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
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