-
Undocumented
See moreDeclaration
Swift
public protocol Layer : StyleDecodable, StyleEncodable, Decodable, Encodable
-
Layer rendering types
See moreDeclaration
Swift
public enum LayerType : String, Codable
-
Information about a layer
See moreDeclaration
Swift
public struct LayerInfo
-
Declaration
Swift
public struct BackgroundLayer : Layer
-
Declaration
Swift
public struct CircleLayer : Layer
-
Declaration
Swift
public struct FillExtrusionLayer : Layer
-
Declaration
Swift
public struct FillLayer : Layer
-
Declaration
Swift
public struct HeatmapLayer : Layer
-
Client-side hillshading visualization based on DEM data. Currently, the implementation only supports Mapbox Terrain RGB and Mapzen Terrarium tiles.
See also
Mapbox Style SpecificationDeclaration
Swift
public struct HillshadeLayer : Layer
-
Declaration
Swift
public struct LineLayer : Layer
-
Declaration
Swift
public struct LocationIndicatorLayer : Layer
-
Declaration
Swift
public struct RasterLayer : Layer
-
A spherical dome around the map that is always rendered behind all other layers. Warning: As of v10.6.0,
Atmosphere
is the preferred method for atmospheric styling. Sky layer is not supported by the globe projection, and will be phased out in future major release.See also
Mapbox Style SpecificationDeclaration
Swift
public struct SkyLayer : Layer
-
Declaration
Swift
public struct SymbolLayer : Layer