fillOutlineColor

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

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

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.

Parameters

fillOutlineColor

value of fillOutlineColor as Expression

val fillOutlineColor: String?

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