circleColor

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

The fill color of the circle.

Parameters

circleColor

value of circleColor

open override fun circleColor(circleColor: Expression): CircleLayer

The fill color of the circle.

Parameters

circleColor

value of circleColor as Expression

val circleColor: String?

The fill color of the circle.