fillBridgeGuardRailColor

open override fun fillBridgeGuardRailColor(fillBridgeGuardRailColor: String): FillLayer

The color of bridge guard rail. Default value: "rgba(241, 236, 225, 255)".

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

Parameters

fillBridgeGuardRailColor

value of fillBridgeGuardRailColor


open override fun fillBridgeGuardRailColor(fillBridgeGuardRailColor: Expression): FillLayer

The color of bridge guard rail. Default value: "rgba(241, 236, 225, 255)".

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

Parameters

fillBridgeGuardRailColor

value of fillBridgeGuardRailColor as Expression


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

The color of bridge guard rail. Default value: "rgba(241, 236, 225, 255)".

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

Parameters

fillBridgeGuardRailColor

value of fillBridgeGuardRailColor


The color of bridge guard rail. Default value: "rgba(241, 236, 225, 255)".