modelRotationTransition

abstract fun modelRotationTransition(options: StyleTransition): ModelLayer

The rotation of the model in euler angles lon, lat, z.

Set the ModelRotation property transition options

Parameters

options

transition options for List

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

The rotation of the model in euler angles lon, lat, z.

DSL for modelRotationTransition.