circleStrokeColor

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

The stroke color of the circle.

Parameters

circleStrokeColor

value of circleStrokeColor

open override fun circleStrokeColor(circleStrokeColor: Expression): CircleLayer

The stroke color of the circle.

Parameters

circleStrokeColor

value of circleStrokeColor as Expression

val circleStrokeColor: String?

The stroke color of the circle.