---
title: SearchResponse
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/searchresponse
---

# SearchResponse

An object that contains the search region and an array of place descriptions that a search returns.

## Declaration

```data
object SearchResponse
```

## Properties

displayMapRegion: Represents a rectangular region on a map expressed as south-west and north-east points. More specifically south latitude, west longitude, north latitude and east longitude. paginationInfo: results: An array of SearchResponse.Place results.

## Topics

### Place information returned by a search

- [SearchResponse.Place](applemapsserverapi/searchresponse/place.md)
- [SearchResponse.PaginationInfo](applemapsserverapi/searchresponse/paginationinfo-data.dictionary.md)

## See Also

### Getting common object information

- [AutocompleteResult](applemapsserverapi/autocompleteresult.md)
- [DirectionsResponse](applemapsserverapi/directionsresponse.md)
- [EtaResponse](applemapsserverapi/etaresponse.md)
- [Location](applemapsserverapi/location.md)
- [MapRegion](applemapsserverapi/mapregion.md)
- [Place](applemapsserverapi/place.md)
- [PlaceResults](applemapsserverapi/placeresults.md)
- [SearchAutocompleteResponse](applemapsserverapi/searchautocompleteresponse.md)
- [SearchMapRegion](applemapsserverapi/searchmapregion.md)
- [StructuredAddress](applemapsserverapi/structuredaddress.md)
