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

# height

Returns the height of the map rectangle.

## Declaration

```swift
var height: Double { get }
```

## See Also

### Getting the boundaries

- [minX](mapkit/mkmaprect/minx.md)
- [minY](mapkit/mkmaprect/miny.md)
- [midX](mapkit/mkmaprect/midx.md)
- [midY](mapkit/mkmaprect/midy.md)
- [maxX](mapkit/mkmaprect/maxx.md)
- [maxY](mapkit/mkmaprect/maxy.md)
- [width](mapkit/mkmaprect/width.md)
