-
Undocumented
See moreDeclaration
Swift
public protocol Source : StyleDecodable, StyleEncodable, Decodable, Encodable
-
Enum of Source Types Docs : https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/
See moreDeclaration
Swift
public enum SourceType : String, Codable
-
Information about a Source
See moreDeclaration
Swift
public struct SourceInfo
-
Declaration
Swift
public struct GeoJSONSource : Source
-
Captures potential values of the
See moredata
property of a GeoJSONSourceDeclaration
Swift
public enum GeoJSONSourceData : Codable
-
Declaration
Swift
public struct ImageSource : Source
-
Declaration
Swift
public struct RasterDemSource : Source
-
Declaration
Swift
public struct RasterSource : Source
-
Declaration
Swift
public struct VectorSource : Source
-
Undocumented
See moreDeclaration
Swift
public enum PromoteId : Equatable, Codable
-
Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
See moreDeclaration
Swift
public enum Scheme : String, Codable
-
The encoding used by this source. Mapbox Terrain RGB is used by default
See moreDeclaration
Swift
public enum Encoding : String, Codable