lineGapWidthTransition

abstract fun lineGapWidthTransition(options: StyleTransition): LineLayer

Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap.

Set the LineGapWidth property transition options

Parameters

options

transition options for Double

abstract fun lineGapWidthTransition(block: StyleTransition.Builder.() -> Unit): LineLayer

Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap.

DSL for lineGapWidthTransition.