circle Stroke Color
open override fun circleStrokeColor(circleStrokeColor: String): CircleLayer
Content copied to clipboard
The stroke color of the circle.
Use static method CircleLayer.defaultCircleStrokeColor to set the default property.
Parameters
circle Stroke Color
value of circleStrokeColor
open override fun circleStrokeColor(circleStrokeColor: Expression): CircleLayer
Content copied to clipboard
The stroke color of the circle.
Use static method CircleLayer.defaultCircleStrokeColorAsExpression to set the default property.
Parameters
circle Stroke Color
value of circleStrokeColor as Expression
open override fun circleStrokeColor(@ColorInt circleStrokeColor: Int): CircleLayer
Content copied to clipboard
The stroke color of the circle.
Use static method CircleLayer.defaultCircleStrokeColorAsColorInt to set the default property.
Parameters
circle Stroke Color
value of circleStrokeColor
The stroke color of the circle.