<!--
{
  "availability" : [
    "MapKit JS: 5.45.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PointsOfInterestSearch/PointsOfInterestSearchConstructor",
  "metadataVersion" : "0.1.0",
  "role" : "Constructor",
  "symbol" : {
    "kind" : "Constructor",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instctr/mapkit.PointsOfInterestSearch/PointsOfInterestSearchConstructor"
  },
  "title" : "new PointsOfInterestSearch(options)"
}
-->

# new PointsOfInterestSearch(options)

Creates a search object for fetching points of interest.

```
constructor(options?: PointsOfInterestSearchConstructorOptions);
```

## Discussion

To use search, create an instance of a [`PointsOfInterestSearch`](/documentation/MapKitJS/PointsOfInterestSearch). When you initialize a search, you can optionally set properties of the search object by providing a dictionary of [`PointsOfInterestSearchOptions`](/documentation/MapKitJS/PointsOfInterestSearchOptions).

---

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)