<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKZoomControl",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKZoomControl"
  },
  "title" : "MKZoomControl"
}
-->

# MKZoomControl

A specialized view that displays and controls the zoom level of the map view.

```
class MKZoomControl
```

## Overview

Use this class when you want to incorporate a standard, fixed-size zoom control into your own view hierarchy. A zoom control enables the user to change the zoom level of its associated map view.

## Topics

### Creating a zoom control

[`init(mapView:)`](/documentation/MapKit/MKZoomControl/init(mapView:))

Creates a zoom control and associates it with the specified map view.

### Accessing the map view

[`mapView`](/documentation/MapKit/MKZoomControl/mapView)

The map view associated with this control.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)