MTStringOrZoomStringValues

public enum MTStringOrZoomStringValues : Codable, Sendable

Either a string value or zoom-ramped string values.

  • Undocumented

    Declaration

    Swift

    case string(String)
  • Undocumented

    Declaration

    Swift

    case ramp(MTZoomStringValues)
  • Undocumented

    Declaration

    Swift

    case uiColor(UIColor)
  • Declaration

    Swift

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

    Swift

    public func encode(to encoder: any Encoder) throws

Union helper types for encoding mixed-value options

  • Undocumented

    Declaration

    Swift

    init(_ color: UIColor)