MTSkyExpression

public enum MTSkyExpression : Sendable, Codable, Equatable

Expression element used to build MapTiler style expressions for sky values.

  • Undocumented

    Declaration

    Swift

    case string(String)
  • Undocumented

    Declaration

    Swift

    case number(Double)
  • Undocumented

    Declaration

    Swift

    case array([MTSkyExpression])
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws