fillOutlineColorTransition

abstract fun fillOutlineColorTransition(options: StyleTransition): FillLayer

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

Set the FillOutlineColor property transition options

Parameters

options

transition options for String

abstract fun fillOutlineColorTransition(block: StyleTransition.Builder.() -> Unit): FillLayer

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

DSL for fillOutlineColorTransition.