<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKLocalPointsOfInterestRequest/init(center:radius:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKLocalPointsOfInterestRequest(im)initWithCenterCoordinate:radius:"
  },
  "title" : "init(center:radius:)"
}
-->

# init(center:radius:)

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

```
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.

## Discussion

---

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)