lineOffsetTransition

abstract fun lineOffsetTransition(options: StyleTransition): LineLayer

The line's offset. For linear features, a positive value offsets the line to the right, relative to the direction of the line, and a negative value to the left. For polygon features, a positive value results in an inset, and a negative value results in an outset.

Set the LineOffset property transition options

Parameters

options

transition options for Double

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

The line's offset. For linear features, a positive value offsets the line to the right, relative to the direction of the line, and a negative value to the left. For polygon features, a positive value results in an inset, and a negative value results in an outset.

DSL for lineOffsetTransition.