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

# SearchConstructorOptions

Options you provide when you create a search object.

```
interface SearchConstructorOptions extends ServiceConstructorOptions
```

## Topics

### Search Initialization

[`coordinate?: CoordinateData;`](/documentation/MapKitJS/SearchConstructorOptions/coordinate)

A map coordinate that provides a hint for the geographic area to search.

[`getsUserLocation?: boolean;`](/documentation/MapKitJS/ServiceConstructorOptions/getsUserLocation)

A Boolean value that indicates whether to limit the results to the user’s location, according to the web browser.

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

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

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

A map region that provides a hint for the geographic area to search.

### Search filtering

[`includePhysicalFeatures?: boolean;`](/documentation/MapKitJS/SearchConstructorOptions/includePhysicalFeatures)

A Boolean value that indicates whether the search results include physical features, such as mountain ranges, rivers, and ocean basins.

[`includeQueries?: boolean;`](/documentation/MapKitJS/SearchConstructorOptions/includeQueries)

A Boolean value that indicates whether the search results include queries.

[`limitToCountries?: string;`](/documentation/MapKitJS/SearchConstructorOptions/limitToCountries)

A string that constrains search results to within the provided countries.

[`regionPriority?: RegionPriority;`](/documentation/MapKitJS/SearchConstructorOptions/regionPriority)

A region priority value that controls whether results occur outside, or strictly within, the region.

### Address filtering

[`addressFilter?: AddressFilter;`](/documentation/MapKitJS/SearchConstructorOptions/addressFilter)

An address filter that lists which address components to include or exclude in search results.

[`includeAddresses?: boolean;`](/documentation/MapKitJS/SearchConstructorOptions/includeAddresses)

A Boolean value that indicates whether the search results include addresses.

### Points of Interest

[`includePointsOfInterest?: boolean;`](/documentation/MapKitJS/SearchConstructorOptions/includePointsOfInterest)

A Boolean value that indicates whether the search results should include points of interest.

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

A filter used to include or exclude point-of-interest categories.

### Instance Properties

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

A language ID that determines the language for the search results text.

## Relationships

### Inherits From

[`ServiceConstructorOptions`](/documentation/MapKitJS/ServiceConstructorOptions)

---

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)