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

# SearchAutocompleteOptions

Options you provide to constrain an autocomplete request.

```
interface SearchAutocompleteOptions extends SearchOptions
```

## Topics

### Autocomplete search initialization

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

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

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

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

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

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

### Autocomplete search filtering

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

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

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

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

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

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

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

### Address filtering

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

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

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

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

### Points of interest

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

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

## Relationships

### Inherits From

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

---

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)