---
title: remainder
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmaprect/remainder
---

# remainder

A rectangle that represents the normalized portion of the specified rectangle that lies outside the world map boundaries.

## Declaration

```swift
var remainder: MKMapRect { get }
```

## Discussion

Discussion For a rectangle that lies on the 180th meridian, this function isolates the portion that lies outside the boundary, wraps it to the opposite side of the map, and returns that rectangle.

## See Also

### Comparing rectangles

- [isNull](mapkit/mkmaprect/isnull.md)
- [MKMapRectEqualToRect(_:_:)](mapkit/mkmaprectequaltorect(_:_:).md)
- [isEmpty](mapkit/mkmaprect/isempty.md)
- [spans180thMeridian](mapkit/mkmaprect/spans180thmeridian.md)
