lineOpacity

open override fun lineOpacity(lineOpacity: Double): LineLayer

The opacity at which the line will be drawn.

Use static method LineLayer.defaultLineOpacity to set the default property.

Parameters

lineOpacity

value of lineOpacity

open override fun lineOpacity(lineOpacity: Expression): LineLayer

The opacity at which the line will be drawn.

Use static method LineLayer.defaultLineOpacityAsExpression to set the default property.

Parameters

lineOpacity

value of lineOpacity as Expression

val lineOpacity: Double?

The opacity at which the line will be drawn.