lineOpacity

open override fun lineOpacity(lineOpacity: Double): LineLayer

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

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

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

Parameters

lineOpacity

value of lineOpacity as Expression


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