fill Outline Color Transition
abstract fun fillOutlineColorTransition(options: StyleTransition): FillLayer
Content copied to clipboard
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
Content copied to clipboard
The outline color of the fill. Matches the value of fill-color
if unspecified.
DSL for fillOutlineColorTransition.