Hillshade Layer Dsl
interface HillshadeLayerDsl
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
hillshadeAccentColor
Link copied to clipboard
abstract fun hillshadeAccentColor(hillshadeAccentColor: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeAccentColor(@ColorInt() hillshadeAccentColor: Int): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeAccentColor(hillshadeAccentColor: String = "#000000"): HillshadeLayer
Content copied to clipboard
hillshadeAccentColorTransition
Link copied to clipboard
abstract fun hillshadeAccentColorTransition(options: StyleTransition): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeAccentColorTransition(block: StyleTransition.Builder.() -> Unit): HillshadeLayer
Content copied to clipboard
DSL for hillshadeAccentColorTransition.
hillshadeExaggeration
Link copied to clipboard
abstract fun hillshadeExaggeration(hillshadeExaggeration: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeExaggeration(hillshadeExaggeration: Double = 0.5): HillshadeLayer
Content copied to clipboard
hillshadeExaggerationTransition
Link copied to clipboard
abstract fun hillshadeExaggerationTransition(options: StyleTransition): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeExaggerationTransition(block: StyleTransition.Builder.() -> Unit): HillshadeLayer
Content copied to clipboard
DSL for hillshadeExaggerationTransition.
hillshadeHighlightColor
Link copied to clipboard
abstract fun hillshadeHighlightColor(hillshadeHighlightColor: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeHighlightColor(@ColorInt() hillshadeHighlightColor: Int): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeHighlightColor(hillshadeHighlightColor: String = "#FFFFFF"): HillshadeLayer
Content copied to clipboard
hillshadeHighlightColorTransition
Link copied to clipboard
abstract fun hillshadeHighlightColorTransition(options: StyleTransition): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeHighlightColorTransition(block: StyleTransition.Builder.() -> Unit): HillshadeLayer
Content copied to clipboard
DSL for hillshadeHighlightColorTransition.
hillshadeIlluminationAnchor
Link copied to clipboard
abstract fun hillshadeIlluminationAnchor(hillshadeIlluminationAnchor: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeIlluminationAnchor(hillshadeIlluminationAnchor: HillshadeIlluminationAnchor = HillshadeIlluminationAnchor.VIEWPORT): HillshadeLayer
Content copied to clipboard
hillshadeIlluminationDirection
Link copied to clipboard
abstract fun hillshadeIlluminationDirection(hillshadeIlluminationDirection: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeIlluminationDirection(hillshadeIlluminationDirection: Double = 335.0): HillshadeLayer
Content copied to clipboard
hillshadeShadowColor
Link copied to clipboard
abstract fun hillshadeShadowColor(hillshadeShadowColor: Expression): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeShadowColor(@ColorInt() hillshadeShadowColor: Int): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeShadowColor(hillshadeShadowColor: String = "#000000"): HillshadeLayer
Content copied to clipboard
hillshadeShadowColorTransition
Link copied to clipboard
abstract fun hillshadeShadowColorTransition(options: StyleTransition): HillshadeLayer
Content copied to clipboard
abstract fun hillshadeShadowColorTransition(block: StyleTransition.Builder.() -> Unit): HillshadeLayer
Content copied to clipboard
DSL for hillshadeShadowColorTransition.
maxZoom
Link copied to clipboard
minZoom
Link copied to clipboard
sourceLayer
Link copied to clipboard
visibility
Link copied to clipboard
Inheritors
HillshadeLayer
Link copied to clipboard