circleStrokeColor

abstract fun circleStrokeColor(circleStrokeColor: String = "#000000"): CircleLayer
abstract fun circleStrokeColor(@ColorInt circleStrokeColor: Int): CircleLayer

The stroke color of the circle.

Parameters

circleStrokeColor

value of circleStrokeColor

abstract fun circleStrokeColor(circleStrokeColor: Expression): CircleLayer

The stroke color of the circle.

Parameters

circleStrokeColor

value of circleStrokeColor as Expression