circleStrokeColor

open override fun circleStrokeColor(circleStrokeColor: String): CircleLayer

The stroke color of the circle.

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

Parameters

circleStrokeColor

value of circleStrokeColor


open override fun circleStrokeColor(circleStrokeColor: Expression): CircleLayer

The stroke color of the circle.

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

Parameters

circleStrokeColor

value of circleStrokeColor as Expression


open override fun circleStrokeColor(@ColorInt circleStrokeColor: Int): CircleLayer

The stroke color of the circle.

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

Parameters

circleStrokeColor

value of circleStrokeColor


The stroke color of the circle.