fillTunnelStructureColor

open override fun fillTunnelStructureColor(fillTunnelStructureColor: String): FillLayer

The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".

Use static method FillLayer.defaultFillTunnelStructureColor to set the default property.

Parameters

fillTunnelStructureColor

value of fillTunnelStructureColor


open override fun fillTunnelStructureColor(fillTunnelStructureColor: Expression): FillLayer

The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".

Use static method FillLayer.defaultFillTunnelStructureColorAsExpression to set the default property.

Parameters

fillTunnelStructureColor

value of fillTunnelStructureColor as Expression


open override fun fillTunnelStructureColor(@ColorInt fillTunnelStructureColor: Int): FillLayer

The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".

Use static method FillLayer.defaultFillTunnelStructureColorAsColorInt to set the default property.

Parameters

fillTunnelStructureColor

value of fillTunnelStructureColor


The color of tunnel structures (tunnel entrance and tunnel walls). Default value: "rgba(241, 236, 225, 255)".