lineBorderColor

abstract fun lineBorderColor(lineBorderColor: String = "rgba(0, 0, 0, 0)"): LineLayer
abstract fun lineBorderColor(@ColorInt lineBorderColor: Int): LineLayer

The color of the line border. If line-border-width is greater than zero and the alpha value of this color is 0 (default), the color for the border will be selected automatically based on the line color. Default value: "rgba(0, 0, 0, 0)".

Parameters

lineBorderColor

value of lineBorderColor


abstract fun lineBorderColor(lineBorderColor: Expression): LineLayer

The color of the line border. If line-border-width is greater than zero and the alpha value of this color is 0 (default), the color for the border will be selected automatically based on the line color. Default value: "rgba(0, 0, 0, 0)".

Parameters

lineBorderColor

value of lineBorderColor as Expression