circleColor

open override fun circleColor(circleColor: String): CircleLayer

The fill color of the circle.

Use static method CircleLayer.defaultCircleColor to set the default property.

Parameters

circleColor

value of circleColor

open override fun circleColor(circleColor: Expression): CircleLayer

The fill color of the circle.

Use static method CircleLayer.defaultCircleColorAsExpression to set the default property.

Parameters

circleColor

value of circleColor as Expression

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

The fill color of the circle.

Use static method CircleLayer.defaultCircleColorAsColorInt to set the default property.

Parameters

circleColor

value of circleColor

val circleColor: String?

The fill color of the circle.