circleStrokeWidth

open override fun circleStrokeWidth(circleStrokeWidth: Double): CircleLayer

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

Parameters

circleStrokeWidth

value of circleStrokeWidth

open override fun circleStrokeWidth(circleStrokeWidth: Expression): CircleLayer

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

Parameters

circleStrokeWidth

value of circleStrokeWidth as Expression

val circleStrokeWidth: Double?

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