---
title: Place
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/place
---

# Place

An object that describes a place in terms of a variety of spatial, administrative, and qualitative properties.

## Declaration

```data
object Place
```

## Properties

country: The country or region of the place. countryCode: The 2-letter country code of the place. displayMapRegion: The geographic region associated with the place. This is a rectangular region on a map expressed as south-west and north-east points. Specifically south latitude, west longitude, north latitude, and east longitude. formattedAddressLines: The address of the place, formatted using its conventions of its country or region. name: A place name that you can use for display purposes. coordinate: The latitude and longitude of this place. structuredAddress: A StructuredAddress object that describes details of the place’s address. alternateIds: A list of alternate Place IDs for the id. id: An opaque string that identifies a place.

## Relationships

### Inherited By

- [SearchResponse.Place](applemapsserverapi/searchresponse/place.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)
- [PlaceResults](applemapsserverapi/placeresults.md)
- [SearchAutocompleteResponse](applemapsserverapi/searchautocompleteresponse.md)
- [SearchMapRegion](applemapsserverapi/searchmapregion.md)
- [SearchResponse](applemapsserverapi/searchresponse.md)
- [StructuredAddress](applemapsserverapi/structuredaddress.md)
