line Translate Transition
abstract fun lineTranslateTransition(options: StyleTransition): LineLayer
Content copied to clipboard
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
Content copied to clipboard
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
DSL for lineTranslateTransition.