lineColor

open override fun lineColor(lineColor: String): LineLayer

The color with which the line will be drawn.

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

Parameters

lineColor

value of lineColor

open override fun lineColor(lineColor: Expression): LineLayer

The color with which the line will be drawn.

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

Parameters

lineColor

value of lineColor as Expression

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

The color with which the line will be drawn.

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

Parameters

lineColor

value of lineColor

val lineColor: String?

The color with which the line will be drawn.