<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMultiPolygon",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMultiPolygon"
  },
  "title" : "MKMultiPolygon"
}
-->

# MKMultiPolygon

A collection of multiple closed polygon overlays.

```
class MKMultiPolygon
```

## Overview

Use a [`MKMultiPolygon`](/documentation/MapKit/MKMultiPolygon) when you have multiple distinct polygon shapes that you intend to render using the same style.

## Topics

### Creating a multipolygon

[`init(_:)`](/documentation/MapKit/MKMultiPolygon/init(_:))

Creates a multipolygon object using the provided polygons.

### Accessing polygons

[`polygons`](/documentation/MapKit/MKMultiPolygon/polygons)

An array containing the polygons that make up the multipolygon object.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)