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

# places

A list of places that match the search query.

## Declaration

```data
places: Place[];
```

## Discussion

Discussion The places array is empty if there is no match.

## See Also

### Search response

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