SourceCollection

public struct SourceCollection : Decodable

The SourceCollection

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Public

  • List containing tile sources.

    Declaration

    Swift

    public private(set) var sources: [TilesDefinition] { get }