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.

interface FillLayerDsl

Functions

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

Set the FillAntialias property

abstract fun fillAntialias(fillAntialias: Expression): FillLayer
abstract fun fillAntialias(fillAntialias: Boolean): FillLayer
fillColor
Link copied to clipboard

Set the FillColor property

abstract fun fillColor(fillColor: Expression): FillLayer
abstract fun fillColor(fillColor: String): FillLayer

Set the FillColor property.

abstract fun fillColor(@ColorInt() fillColor: Int): FillLayer
fillColorTransition
Link copied to clipboard

Set the FillColor property transition options

abstract fun fillColorTransition(options: StyleTransition): FillLayer
abstract fun fillColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillOpacity
Link copied to clipboard

Set the FillOpacity property

abstract fun fillOpacity(fillOpacity: Expression): FillLayer
abstract fun fillOpacity(fillOpacity: Double): FillLayer
fillOpacityTransition
Link copied to clipboard

Set the FillOpacity property transition options

abstract fun fillOpacityTransition(options: StyleTransition): FillLayer
abstract fun fillOpacityTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillOutlineColor
Link copied to clipboard

Set the FillOutlineColor property

abstract fun fillOutlineColor(fillOutlineColor: Expression): FillLayer
abstract fun fillOutlineColor(fillOutlineColor: String): FillLayer

Set the FillOutlineColor property.

abstract fun fillOutlineColor(@ColorInt() fillOutlineColor: Int): FillLayer
fillOutlineColorTransition
Link copied to clipboard

Set the FillOutlineColor property transition options

abstract fun fillOutlineColorTransition(options: StyleTransition): FillLayer
abstract fun fillOutlineColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillPattern
Link copied to clipboard

Set the FillPattern property

abstract fun fillPattern(fillPattern: Expression): FillLayer
abstract fun fillPattern(fillPattern: String): FillLayer
fillPatternTransition
Link copied to clipboard

Set the FillPattern property transition options

abstract fun fillPatternTransition(options: StyleTransition): FillLayer
abstract fun fillPatternTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
fillSortKey
Link copied to clipboard

Set the FillSortKey property

abstract fun fillSortKey(fillSortKey: Expression): FillLayer
abstract fun fillSortKey(fillSortKey: Double): FillLayer
fillTranslate
Link copied to clipboard

Set the FillTranslate property

abstract fun fillTranslate(fillTranslate: Expression): FillLayer
abstract fun fillTranslate(fillTranslate: List<Double>): FillLayer
fillTranslateAnchor
Link copied to clipboard

Set the FillTranslateAnchor property

abstract fun fillTranslateAnchor(fillTranslateAnchor: Expression): FillLayer
abstract fun fillTranslateAnchor(fillTranslateAnchor: FillTranslateAnchor): FillLayer
fillTranslateTransition
Link copied to clipboard

Set the FillTranslate property transition options

abstract fun fillTranslateTransition(options: StyleTransition): FillLayer
abstract fun fillTranslateTransition(block: StyleTransition.Builder.() -> Unit): FillLayer
filter
Link copied to clipboard

Set the filter property

abstract fun filter(filter: Expression): FillLayer
hashCode
Link copied to clipboard
open override fun hashCode(): Int
maxZoom
Link copied to clipboard

Set the maxzoom property

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

Set the minzoom property

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

Set the sourceLayer property

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

Set the Visibility property

abstract fun visibility(visibility: Visibility): FillLayer

Inheritors

FillLayer
Link copied to clipboard