MTNumberOrZoomNumberValues
public enum MTNumberOrZoomNumberValues : Codable, Sendable
Either a numeric value or zoom-ramped numeric values.
-
Undocumented
Declaration
Swift
case number(Double) -
Undocumented
Declaration
Swift
case ramp(MTZoomNumberValues) -
Declaration
Swift
public init(from decoder: any Decoder) throws -
Declaration
Swift
public func encode(to encoder: any Encoder) throws