LayerType
public enum LayerType
Type of this layer.
This represents the map’s background.
Declaration
Swift
case background
A filled circle.
Declaration
Swift
case circle
A custom layer type.
Declaration
Swift
case custom
An area-related feature.
Declaration
Swift
case fill
An extruded (3D) area.
Declaration
Swift
case fill_extrusion
A heatmap visualization.
Declaration
Swift
case heatmap
Client-side hillshading visualization based on DEM data.
Declaration
Swift
case hillshade
A line-related feature.
Declaration
Swift
case line
Raster map textures such as satellite imagery.
Declaration
Swift
case raster
This represents the map’s sky color.
Declaration
Swift
case sky
Text or a special graphical symbol (like an arrow).
Declaration
Swift
case symbol