---
title: "initWithCenter:radius:"
framework: corelocation
role: symbol
role_heading: Instance Method
path: "corelocation/clcirculargeographiccondition/initwithcenter:radius:"
---

# initWithCenter:radius:

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

## Declaration

```occ
- (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

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