SourceType

public enum SourceType : String, Encodable

Sets the source type for this layer, that is the type of the layer data.

  • Undocumented

    Declaration

    Swift

    case geoJson = "geojson"
  • Undocumented

    Declaration

    Swift

    case vector
  • Undocumented

    Declaration

    Swift

    case raster
  • Undocumented

    Declaration

    Swift

    case image