fillTranslateTransition

abstract fun fillTranslateTransition(options: StyleTransition): FillLayer

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

Set the FillTranslate property transition options

Parameters

options

transition options for List

abstract fun fillTranslateTransition(block: StyleTransition.Builder.() -> Unit): FillLayer

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

DSL for fillTranslateTransition.