lineColor

open override fun lineColor(lineColor: String): LineLayer

Set the LineColor property

Parameters

lineColor

value of lineColor

open override fun lineColor(lineColor: Expression): LineLayer

Set the LineColor property

Parameters

lineColor

value of lineColor as Expression

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

Set the LineColor property.

Parameters

lineColor

value of lineColor

val lineColor: String?

The color with which the line will be drawn.