circleStrokeWidthTransition

abstract fun circleStrokeWidthTransition(options: StyleTransition): CircleLayer

The width of the circle's stroke. Strokes are placed outside of the circle-radius.

Set the CircleStrokeWidth property transition options

Parameters

options

transition options for Double

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

The width of the circle's stroke. Strokes are placed outside of the circle-radius.

DSL for circleStrokeWidthTransition.