---
title: init()
framework: mapkit
role: symbol
role_heading: Initializer
path: mapkit/mkmaprect/init()
---

# init()

Creates the rectangle with an empty region.

## Declaration

```swift
init()
```

## Discussion

Discussion This method sets the origin point to (0, 0) and the size to (0, 0).

## See Also

### Creating a map rectangle

- [init(origin:size:)](mapkit/mkmaprect/init(origin:size:).md)
- [init(x:y:width:height:)](mapkit/mkmaprect/init(x:y:width:height:).md)
- [init(_:)](mapkit/mkcoordinateregion/init(_:).md)
