MultiPolygonOverlay

Undocumented

  • Polygons in this overlay.

    Declaration

    Swift

    var polygons: [MKPolygon] { get }
  • Amount of points required to draw complex shape.

    Declaration

    Swift

    var complexShapePointCount: Int { get }
  • Simplified polygon for this overlay.

    Declaration

    Swift

    var simplifiedPolygon: MKPolygon { get }
  • Amount of points required to draw simplified shape.

    Declaration

    Swift

    var simplifiedShapePointCount: Int { get }
  • Unique identifier of this multi polygon overlay.

    Declaration

    Swift

    var uniqueIdentifier: String { get }
  • Whether this polygon is selected and should be drawn as selected or not.

    Declaration

    Swift

    var selected: Bool { get set }