<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKCircle",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKCircle"
  },
  "title" : "MKCircle"
}
-->

# MKCircle

A circular overlay with a configurable radius that you center on a geographic coordinate.

```
class MKCircle
```

## Overview

This class defines the portion of the map that the overlay covers. To draw the region, return an [`MKCircleRenderer`](/documentation/MapKit/MKCircleRenderer) object from the [`mapView(_:rendererFor:)`](/documentation/MapKit/MKMapViewDelegate/mapView(_:rendererFor:)) method of your map view delegate.

## Topics

### Creating a circle overlay

[`init(center:radius:)`](/documentation/MapKit/MKCircle/init(center:radius:))

Creates and returns a circle object using the specified coordinate and radius.

[`init(mapRect:)`](/documentation/MapKit/MKCircle/init(mapRect:))

Creates and returns a circle object that derives the circular area from the specified rectangle.

### Accessing the overlay’s attributes

[`coordinate`](/documentation/MapKit/MKCircle/coordinate)

The center point of the circular area, specified as a latitude and longitude.

[`radius`](/documentation/MapKit/MKCircle/radius)

The radius of the circular area, in meters.

[`boundingMapRect`](/documentation/MapKit/MKCircle/boundingMapRect)

The bounding rectangle of the circular area.



---

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)