lineColorTransition

abstract fun lineColorTransition(options: StyleTransition): LineLayer

The color with which the line will be drawn.

Set the LineColor property transition options

Parameters

options

transition options for String

abstract fun lineColorTransition(block: StyleTransition.Builder.() -> Unit): LineLayer

The color with which the line will be drawn.

DSL for lineColorTransition.