---
title: showsZoomControl
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/showszoomcontrol
---

# showsZoomControl

A Boolean value that determines whether to display a control for zooming in and zooming out on a map.

## Declaration

```data
get showsZoomControl(): boolean;
set showsZoomControl(showsZoomControl: boolean);
```

## See Also

### Showing the map’s controls

- [showsCompass](mapkitjs/map/showscompass.md)
- [showsMapTypeControl](mapkitjs/map/showsmaptypecontrol.md)
- [showsScale](mapkitjs/map/showsscale.md)
- [showsUserLocationControl](mapkitjs/map/showsuserlocationcontrol.md)
