lineColor

abstract fun lineColor(lineColor: String = "#000000"): LineLayer
abstract fun lineColor(@ColorInt lineColor: Int): LineLayer

The color with which the line will be drawn.

Parameters

lineColor

value of lineColor

abstract fun lineColor(lineColor: Expression): LineLayer

The color with which the line will be drawn.

Parameters

lineColor

value of lineColor as Expression