Background Layer Dsl
interface BackgroundLayerDsl
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
backgroundColor
Link copied to clipboard
abstract fun backgroundColor(backgroundColor: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColor(@ColorInt() backgroundColor: Int): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColor(backgroundColor: String = "#000000"): BackgroundLayer
Content copied to clipboard
backgroundColorTransition
Link copied to clipboard
abstract fun backgroundColorTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundColorTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
DSL for backgroundColorTransition.
backgroundOpacity
Link copied to clipboard
abstract fun backgroundOpacity(backgroundOpacity: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundOpacity(backgroundOpacity: Double = 1.0): BackgroundLayer
Content copied to clipboard
backgroundOpacityTransition
Link copied to clipboard
abstract fun backgroundOpacityTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundOpacityTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
DSL for backgroundOpacityTransition.
backgroundPattern
Link copied to clipboard
abstract fun backgroundPattern(backgroundPattern: Expression): BackgroundLayer
Content copied to clipboard
abstract fun backgroundPattern(backgroundPattern: String): BackgroundLayer
Content copied to clipboard
backgroundPatternTransition
Link copied to clipboard
abstract fun backgroundPatternTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
abstract fun backgroundPatternTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
DSL for backgroundPatternTransition.
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
BackgroundLayer
Link copied to clipboard