---
title: showsPitchControl
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/showspitchcontrol
---

# showsPitchControl

A Boolean value that indicates whether the map displays the pitch control.

## Declaration

```swift
var showsPitchControl: Bool { get set }
```

## See Also

### Configuring the map display

- [setCamera(_:animated:)](mapkit/mkmapview/setcamera(_:animated:).md)
- [camera](mapkit/mkmapview/camera.md)
- [showsCompass](mapkit/mkmapview/showscompass.md)
- [showsScale](mapkit/mkmapview/showsscale.md)
- [showsZoomControls](mapkit/mkmapview/showszoomcontrols.md)
- [showsBuildings](mapkit/mkmapview/showsbuildings.md)
- [showsPointsOfInterest](mapkit/mkmapview/showspointsofinterest.md)
- [pointOfInterestFilter](mapkit/mkmapview/pointofinterestfilter.md)
- [showsTraffic](mapkit/mkmapview/showstraffic.md)
