FillLayerDsl

interface FillLayerDsl

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

fillAntialias
Link copied to clipboard
abstract fun fillAntialias(fillAntialias: Expression): FillLayer
Set the FillAntialias property
abstract fun fillAntialias(fillAntialias: Boolean = true): FillLayer
Set the FillAntialias property
fillColor
Link copied to clipboard
abstract fun fillColor(fillColor: Expression): FillLayer
Set the FillColor property
abstract fun fillColor(@ColorInt() fillColor: Int): FillLayer
Set the FillColor property.
abstract fun fillColor(fillColor: String = "#000000"): FillLayer
Set the FillColor property
fillColorTransition
Link copied to clipboard
abstract fun fillColorTransition(options: StyleTransition): FillLayer
Set the FillColor property transition options
abstract fun fillColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillOpacity
Link copied to clipboard
abstract fun fillOpacity(fillOpacity: Expression): FillLayer
Set the FillOpacity property
abstract fun fillOpacity(fillOpacity: Double = 1.0): FillLayer
Set the FillOpacity property
fillOpacityTransition
Link copied to clipboard
abstract fun fillOpacityTransition(options: StyleTransition): FillLayer
Set the FillOpacity property transition options
abstract fun fillOpacityTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillOutlineColor
Link copied to clipboard
abstract fun fillOutlineColor(fillOutlineColor: Expression): FillLayer
Set the FillOutlineColor property
abstract fun fillOutlineColor(@ColorInt() fillOutlineColor: Int): FillLayer
Set the FillOutlineColor property.
abstract fun fillOutlineColor(fillOutlineColor: String): FillLayer
Set the FillOutlineColor property
fillOutlineColorTransition
Link copied to clipboard
abstract fun fillOutlineColorTransition(options: StyleTransition): FillLayer
Set the FillOutlineColor property transition options
abstract fun fillOutlineColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillPattern
Link copied to clipboard
abstract fun fillPattern(fillPattern: Expression): FillLayer
Set the FillPattern property
abstract fun fillPattern(fillPattern: String): FillLayer
Set the FillPattern property
fillPatternTransition
Link copied to clipboard
abstract fun fillPatternTransition(options: StyleTransition): FillLayer
Set the FillPattern property transition options
abstract fun fillPatternTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillSortKey
Link copied to clipboard
abstract fun fillSortKey(fillSortKey: Expression): FillLayer
Set the FillSortKey property
abstract fun fillSortKey(fillSortKey: Double): FillLayer
Set the FillSortKey property
fillTranslate
Link copied to clipboard
abstract fun fillTranslate(fillTranslate: Expression): FillLayer
Set the FillTranslate property
abstract fun fillTranslate(fillTranslate: List<Double> = listOf(0.0, 0.0)): FillLayer
Set the FillTranslate property
fillTranslateAnchor
Link copied to clipboard
abstract fun fillTranslateAnchor(fillTranslateAnchor: Expression): FillLayer
Set the FillTranslateAnchor property
abstract fun fillTranslateAnchor(fillTranslateAnchor: FillTranslateAnchor = FillTranslateAnchor.MAP): FillLayer
Set the FillTranslateAnchor property
fillTranslateTransition
Link copied to clipboard
abstract fun fillTranslateTransition(options: StyleTransition): FillLayer
Set the FillTranslate property transition options
abstract fun fillTranslateTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
filter
Link copied to clipboard
abstract fun filter(filter: Expression): FillLayer
Set the filter property
maxZoom
Link copied to clipboard
abstract fun maxZoom(maxZoom: Double): FillLayer
Set the maxzoom property
minZoom
Link copied to clipboard
abstract fun minZoom(minZoom: Double): FillLayer
Set the minzoom property
sourceLayer
Link copied to clipboard
abstract fun sourceLayer(sourceLayer: String): FillLayer
Set the sourceLayer property
visibility
Link copied to clipboard
abstract fun visibility(visibility: Visibility): FillLayer
Set the Visibility property

Inheritors

FillLayer
Link copied to clipboard