fillOutlineColor

open override fun fillOutlineColor(fillOutlineColor: String): FillLayer

The outline color of the fill. Matches the value of fill-color if unspecified.

Use static method FillLayer.defaultFillOutlineColor to set the default property.

Parameters

fillOutlineColor

value of fillOutlineColor

open override fun fillOutlineColor(fillOutlineColor: Expression): FillLayer

The outline color of the fill. Matches the value of fill-color if unspecified.

Use static method FillLayer.defaultFillOutlineColorAsExpression to set the default property.

Parameters

fillOutlineColor

value of fillOutlineColor as Expression

open override fun fillOutlineColor(@ColorInt fillOutlineColor: Int): FillLayer

The outline color of the fill. Matches the value of fill-color if unspecified.

Use static method FillLayer.defaultFillOutlineColorAsColorInt to set the default property.

Parameters

fillOutlineColor

value of fillOutlineColor

val fillOutlineColor: String?

The outline color of the fill. Matches the value of fill-color if unspecified.