circleStrokeColorTransition

abstract fun circleStrokeColorTransition(options: StyleTransition): CircleLayer

The stroke color of the circle.

Set the CircleStrokeColor property transition options

Parameters

options

transition options for String

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

The stroke color of the circle.

DSL for circleStrokeColorTransition.