---
title: SearchResponse
framework: mapkitjs
role: symbol
role_heading: Interface
path: mapkitjs/searchresponse
---

# SearchResponse

The result of a search, including the original search query, the bounding region, and a list of places that match the query.

## Declaration

```data
interface SearchResponse
```

## Mentioned in

MapKit JS 5

## Overview

Overview The search callback function provides the search response in its data parameter. An object parsed from server-returned JSON, data contains a query and a boundingRegion.

## Topics

### Search response

- [places](mapkitjs/searchresponse/places.md)
- [query](mapkitjs/searchresponse/query.md)
- [boundingRegion](mapkitjs/searchresponse/boundingregion.md)

## See Also

### Performing a search

- [search(query, options)](mapkitjs/search/search.md)
- [SearchDelegate](mapkitjs/searchdelegate.md)
- [SearchOptions](mapkitjs/searchoptions.md)
