---
title: pitchButtonVisibility
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/pitchbuttonvisibility
---

# pitchButtonVisibility

A value that indicates whether the map’s pitch button is visible.

## Declaration

```swift
var pitchButtonVisibility: MKFeatureVisibility { get set }
```

## Discussion

Discussion Use this button to display or hide a button that allows a person to set the map to a pleasing pitch or return the map to a flat appearance.

## See Also

### Configuring the map appearance

- [preferredConfiguration](mapkit/mkmapview/preferredconfiguration.md)
- [showsUserTrackingButton](mapkit/mkmapview/showsusertrackingbutton.md)
- [MKMapConfiguration](mapkit/mkmapconfiguration.md)
- [MKStandardMapConfiguration](mapkit/mkstandardmapconfiguration.md)
- [MKHybridMapConfiguration](mapkit/mkhybridmapconfiguration.md)
- [MKImageryMapConfiguration](mapkit/mkimagerymapconfiguration.md)
