-
Undocumented
Declaration
Swift
public init()
-
The opacity of the model layer.
Declaration
Swift
public var modelOpacity: Value<Double>?
-
Transition options for
modelOpacity
.Declaration
Swift
public var modelOpacityTransition: StyleTransition?
-
The rotation of the model in euler angles [lon, lat, z].
Declaration
Swift
public var modelRotation: Value<[Double]>?
-
Transition options for
modelRotation
.Declaration
Swift
public var modelRotationTransition: StyleTransition?
-
The scale of the model.
Declaration
Swift
public var modelScale: Value<[Double]>?
-
The translation of the model [lon, lat, z]
Declaration
Swift
public var modelTranslation: Value<[Double]>?