---
title: showsZoomControls
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/showszoomcontrols
---

# showsZoomControls

A Boolean value that indicates whether the map displays zoom controls.

## Declaration

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

## Discussion

Discussion In macOS, use this property to show or hide the controls that let users change the zoom level of the map.

## See Also

### Configuring the map display

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