lineCutoutOpacity

abstract fun lineCutoutOpacity(lineCutoutOpacity: Double = 0.3): LineLayer

The opacity of the aboveground objects affected by the line cutout. Cutout for tunnels isn't affected by this property, If set to 0, the cutout is fully transparent. Cutout opacity should have the same value for all layers that specify it. If all layers don't have the same value, it is not specified which value is used. Default value: 0.3. Value range: 0, 1

Parameters

lineCutoutOpacity

value of lineCutoutOpacity


abstract fun lineCutoutOpacity(lineCutoutOpacity: Expression): LineLayer

The opacity of the aboveground objects affected by the line cutout. Cutout for tunnels isn't affected by this property, If set to 0, the cutout is fully transparent. Cutout opacity should have the same value for all layers that specify it. If all layers don't have the same value, it is not specified which value is used. Default value: 0.3. Value range: 0, 1

Parameters

lineCutoutOpacity

value of lineCutoutOpacity as Expression