circleOpacity

open override fun circleOpacity(circleOpacity: Double): CircleLayer

The opacity at which the circle will be drawn.

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

Parameters

circleOpacity

value of circleOpacity


open override fun circleOpacity(circleOpacity: Expression): CircleLayer

The opacity at which the circle will be drawn.

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

Parameters

circleOpacity

value of circleOpacity as Expression


The opacity at which the circle will be drawn.