hillshade Shadow Color Transition
abstract fun hillshadeShadowColorTransition(options: StyleTransition): HillshadeLayer
Content copied to clipboard
The shading color of areas that face away from the light source.
Set the HillshadeShadowColor property transition options
Parameters
options
transition options for String
abstract fun hillshadeShadowColorTransition(block: StyleTransition.Builder.() -> Unit): HillshadeLayer
Content copied to clipboard
The shading color of areas that face away from the light source.
DSL for hillshadeShadowColorTransition.