circleOpacity

open override fun circleOpacity(circleOpacity: Double): CircleLayer

The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1

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. Default value: 1. Value range: 0, 1

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. Default value: 1. Value range: 0, 1