modelScaleTransition

abstract fun modelScaleTransition(options: StyleTransition): ModelLayer

The scale of the model.

Set the ModelScale property transition options

Parameters

options

transition options for List

abstract fun modelScaleTransition(block: StyleTransition.Builder.() -> Unit): ModelLayer

The scale of the model.

DSL for modelScaleTransition.