MTLayerType

public enum MTLayerType : String, Codable

Types of layers.

  • A filled polygon with an optional stroked border.

    Declaration

    Swift

    case fill
  • A stroked line.

    Declaration

    Swift

    case line
  • An icon or a text label.

    Declaration

    Swift

    case symbol
  • Raster map textures such as satellite imagery.

    Declaration

    Swift

    case raster
  • A filled circle.

    Declaration

    Swift

    case circle
  • An extruded (3D) polygon.

    Declaration

    Swift

    case fillExtrusion = "fill-extrusion"
  • A heatmap.

    Declaration

    Swift

    case heatmap
  • Client-side hillshading visualization based on DEM data.

    Declaration

    Swift

    case hillshade
  • The background color or pattern of the map.

    Declaration

    Swift

    case background