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

# midY

Returns the mid-point along the y-axis of the specified rectangle.

## Declaration

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

## See Also

### Getting the boundaries

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