<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLCircularGeographicCondition/initWithCenter:radius:",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLCircularGeographicCondition(im)initWithCenter:radius:"
  },
  "title" : "initWithCenter:radius:"
}
-->

# initWithCenter:radius:

Creates a new circular geographic condition with the center point and radius you provide.

```
- (instancetype) initWithCenter:(CLLocationCoordinate2D) center radius:(CLLocationDistance) radius;
```

## Parameters

`center`

The center of the circular geographic condition.

`radius`

The radius of the circular geographic condition.

## Return Value

Returns an instance of `CLCircularGeographicCondition` with the specified center coordinate and radius.

---

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)