circleBlur

open override fun circleBlur(circleBlur: Double): CircleLayer

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.

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

Parameters

circleBlur

value of circleBlur

open override fun circleBlur(circleBlur: Expression): CircleLayer

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.

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

Parameters

circleBlur

value of circleBlur as Expression

val circleBlur: Double?

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.