PuckModelLayerViewModel public struct PuckModelLayerViewModel : Equatable Undocumented model The model to use as the locaiton puck Declaration Swift public var model: Model modelScale The scale of the model. Declaration Swift public var modelScale: Value<[Double]>? modelRotation The rotation of the model in euler angles [lon, lat, z]. Declaration Swift public var modelRotation: Value<[Double]>? init(model:modelScale:modelRotation:) Initialize a PuckModelLayerViewModel with a model, scale and rotation Declaration Swift public init(model: Model, modelScale: Value<[Double]>? = nil, modelRotation: Value<[Double]>? = nil)