<!--
{
  "availability" : [
    "macOS: 10.7.0 - 10.10.0",
    "watchOS: 2.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLRegion/center",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLRegion(py)center"
  },
  "title" : "center"
}
-->

# center

The center point of the region.

```
var center: CLLocationCoordinate2D { get }
```

## Discussion

In iOS, use a [`CLCircularRegion`](/documentation/CoreLocation/CLCircularRegion) object to manage geographic regions.

---

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)