public enum GeometryType : UInt32, CaseIterable, Codable

Geometry types.

  • A point.

    Declaration

    Swift

    case point
  • A line.

    Declaration

    Swift

    case linestring
  • An area

    Declaration

    Swift

    case polygon
  • A collection of points

    Declaration

    Swift

    case multipoint
  • A collection of areas.

    Declaration

    Swift

    case multipolygon