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

# SearchOptions

An object that contains options to adjust a search.

```
interface SearchOptions
```

## Topics

### Search options

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

A filter for including or excluding point-of-interest categories in search results.

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

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

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

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

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

A signal object allowing you to cancel the request.

## Relationships

### Inherited By

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

---

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)