model Rotation Transition
abstract fun modelRotationTransition(options: StyleTransition): ModelLayer
Content copied to clipboard
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
Content copied to clipboard
The rotation of the model in euler angles lon, lat, z.
DSL for modelRotationTransition.