MapContentType

public enum MapContentType : UInt32, CaseIterable, Codable

Content types supported by the map.

  • Raster image.

    Declaration

    Swift

    case rasterImage
  • Geodetic line.

    Declaration

    Swift

    case line
  • Geodetic polygon.

    Declaration

    Swift

    case polygon
  • Geodetic point.

    Declaration

    Swift

    case point