<!--
{
  "availability" : [
    "MapKit JS: 5.45.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PointsOfInterestSearchOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Interface",
  "symbol" : {
    "kind" : "Interface",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "struct/mapkit.PointsOfInterestSearchOptions"
  },
  "title" : "PointsOfInterestSearchOptions"
}
-->

# PointsOfInterestSearchOptions

Options that you may provide when you create a points of interest search.

```
interface PointsOfInterestSearchOptions
```

## Topics

### Configuring fetch options

[`region?: CoordinateRegionData;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/region)

The region that bounds the area in which to fetch points of interest.

[`center?: CoordinateData;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/center)

The center point of the request represented as latitude and longitude.

[`radius?: number;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/radius)

The distance provided in meters, or the longest distance derived from the center point to the region’s bounding box.

[`pointOfInterestFilter?: PointOfInterestFilter;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/pointOfInterestFilter)

A filter that lists points of interest categories to include or exclude.

[`language?: string;`](/documentation/MapKitJS/ServiceConstructorOptions/language)

A language identifier that determines the language for the service results text.

[`signal?: AbortSignal;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/signal)

A signal object allowing you to cancel the request.

### Instance Properties

[`language?: string;`](/documentation/MapKitJS/PointsOfInterestSearchOptions/language)

The language ID to use when fetching points of interest.

---

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)