Search for places using mulitple identifiers
Obtain a set of Place objects for a given set of Place IDs.
URL
GET https://maps-api.apple.com/v1/placeQuery Parameters
| Name | Type | Description |
|---|---|---|
ids Required | string | A comma separated list of Place IDs. |
lang Optional | Lang | The language code for the response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | PlacesResponse | A list of PlacesResponse results. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An ErrorResponse object that contains an error message and an array of strings that contain additional details about the error. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | An ErrorResponse object that contains an error message that indicates the Maps access token is missing or invalid, and an array of strings that contains additional details about the error. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | An ErrorResponse object that contains a server error message and an array of strings that describe additional details about the error. |
See Also
Searching
AddressCategorySearchACResultTypeSearchResultTypeAlternateIdsResponseAlternateIdsResponse.AlternateIdsPlacesResponsePlacesResponse.PlaceLookupErrorSearch for places that match specific criteriaSearch for places that meet specific criteria to autocomplete a place searchSearch for a place using an identifierObtain a list of alternate place identifiers