circleColor

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

The fill color of the circle.

Parameters

circleColor

value of circleColor

abstract fun circleColor(circleColor: Expression): CircleLayer

The fill color of the circle.

Parameters

circleColor

value of circleColor as Expression