---
title: "init(_:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mkmultipolygon/init(_:)"
---

# init(_:)

Creates a multipolygon object using the provided polygons.

## Declaration

```swift
init(_ polygons: [MKPolygon])
```

## Parameters

- `polygons`: An array of polygons to initialize the array with.
