---
title: PlacesResponse
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/placesresponse
---

# PlacesResponse

A list of Place IDs and errors.

## Declaration

```data
object PlacesResponse
```

## Properties

errors: A list of PlacesResponse.PlaceLookupError results. results: A list of Place results.

## Topics

### Objects

- [PlacesResponse.PlaceLookupError](applemapsserverapi/placesresponse/placelookuperror.md)

## See Also

### Searching

- [AddressCategory](applemapsserverapi/addresscategory.md)
- [SearchACResultType](applemapsserverapi/searchacresulttype.md)
- [SearchResultType](applemapsserverapi/searchresulttype.md)
- [AlternateIdsResponse](applemapsserverapi/alternateidsresponse.md)
- [AlternateIdsResponse.AlternateIds](applemapsserverapi/alternateidsresponse/alternateids.md)
- [PlacesResponse.PlaceLookupError](applemapsserverapi/placesresponse/placelookuperror.md)
- [Search for places that match specific criteria](applemapsserverapi/-v1-search.md)
- [Search for places that meet specific criteria to autocomplete a place search](applemapsserverapi/-v1-searchautocomplete.md)
- [Search for a place using an identifier](applemapsserverapi/-v1-place-:id.md)
- [Search for places using mulitple identifiers](applemapsserverapi/-v1-place.md)
- [Obtain a list of alternate place identifiers](applemapsserverapi/-v1-place-alternateids.md)
