lineColor

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

The color with which the line will be drawn.

Parameters

lineColor

value of lineColor

open override fun lineColor(lineColor: Expression): LineLayer

The color with which the line will be drawn.

Parameters

lineColor

value of lineColor as Expression

val lineColor: String?

The color with which the line will be drawn.