---
title: "init(center:radius:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mklocalpointsofinterestrequest/init(center:radius:)"
---

# init(center:radius:)

Creates a points of interest search request centered on the provided coordinate with the provided radius.

## Declaration

```swift
init(center coordinate: CLLocationCoordinate2D, radius: CLLocationDistance)
```

## Parameters

- `coordinate`: The center point of a circular region to search.
- `radius`: The radius of the region to search in meters.

## See Also

### Creating a point of interest request

- [init(coordinateRegion:)](mapkit/mklocalpointsofinterestrequest/init(coordinateregion:).md)
