circleColorTransition

abstract fun circleColorTransition(options: StyleTransition): CircleLayer

The fill color of the circle.

Set the CircleColor property transition options

Parameters

options

transition options for String

abstract fun circleColorTransition(block: StyleTransition.Builder.() -> Unit): CircleLayer

The fill color of the circle.

DSL for circleColorTransition.