SourceCollection
public struct SourceCollection : Decodable
The SourceCollection
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init(from decoder: Decoder) throws
-
List containing tile sources.
Declaration
Swift
public private(set) var sources: [TilesDefinition] { get }