lineTranslateTransition

abstract fun lineTranslateTransition(options: StyleTransition): LineLayer

The geometry's offset. Values are x, y where negatives indicate left and up, respectively.

Set the LineTranslate property transition options

Parameters

options

transition options for List

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

The geometry's offset. Values are x, y where negatives indicate left and up, respectively.

DSL for lineTranslateTransition.