lineTrimColor

open override fun lineTrimColor(lineTrimColor: String): LineLayer

The color to be used for rendering the trimmed line section that is defined by the line-trim-offset property. Default value: "transparent".

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

Parameters

lineTrimColor

value of lineTrimColor


open override fun lineTrimColor(lineTrimColor: Expression): LineLayer

The color to be used for rendering the trimmed line section that is defined by the line-trim-offset property. Default value: "transparent".

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

Parameters

lineTrimColor

value of lineTrimColor as Expression


open override fun lineTrimColor(@ColorInt lineTrimColor: Int): LineLayer

The color to be used for rendering the trimmed line section that is defined by the line-trim-offset property. Default value: "transparent".

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

Parameters

lineTrimColor

value of lineTrimColor


The color to be used for rendering the trimmed line section that is defined by the line-trim-offset property. Default value: "transparent".