circleStrokeWidth

open override fun circleStrokeWidth(circleStrokeWidth: Double): CircleLayer

The width of the circle's stroke. Strokes are placed outside of the circle-radius. Default value: 0. Minimum value: 0. The unit of circleStrokeWidth is in pixels.

Use static method CircleLayer.defaultCircleStrokeWidth to set the default property.

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. Default value: 0. Minimum value: 0. The unit of circleStrokeWidth is in pixels.

Use static method CircleLayer.defaultCircleStrokeWidthAsExpression to set the default property.

Parameters

circleStrokeWidth

value of circleStrokeWidth as Expression


The width of the circle's stroke. Strokes are placed outside of the circle-radius. Default value: 0. Minimum value: 0. The unit of circleStrokeWidth is in pixels.