---
title: Place
framework: mapkitjs
role: symbol
role_heading: Class
path: mapkitjs/place
---

# Place

A place object that returns from a geocoder lookup, a reverse lookup, or a fetch request for points of interest.

## Declaration

```data
class Place
```

## Mentioned in

Migrating from Version 5 to Version 6

## Overview

Overview GeocoderResponse, SearchResponse, and PointsOfInterestSearchResponse return places.

## Topics

### Place name and category

- [name](mapkitjs/place/name.md)
- [formattedAddress](mapkitjs/place/formattedaddress.md)
- [areasOfInterest](mapkitjs/place/areasofinterest.md)
- [pointOfInterestCategory](mapkitjs/place/pointofinterestcategory.md)

### Street address

- [thoroughfare](mapkitjs/place/thoroughfare.md)
- [subThoroughfare](mapkitjs/place/subthoroughfare.md)
- [fullThoroughfare](mapkitjs/place/fullthoroughfare.md)
- [postCode](mapkitjs/place/postcode.md)

### City and district address

- [locality](mapkitjs/place/locality.md)
- [subLocality](mapkitjs/place/sublocality.md)
- [dependentLocalities](mapkitjs/place/dependentlocalities.md)
- [administrativeArea](mapkitjs/place/administrativearea.md)
- [administrativeAreaCode](mapkitjs/place/administrativeareacode.md)

### Country address

- [country](mapkitjs/place/country.md)
- [countryCode](mapkitjs/place/countrycode.md)

### Location

- [coordinate](mapkitjs/place/coordinate.md)
- [region](mapkitjs/place/region.md)

### Place IDs

- [id](mapkitjs/place/id.md)
- [alternateIds](mapkitjs/place/alternateids.md)

## See Also

### Places

- [PlaceLookup](mapkitjs/placelookup.md)
- [placeDetails](mapkitjs/mapkit/placedetails.md)
- [PlaceSelectionAccessoryOptions](mapkitjs/placeselectionaccessoryoptions.md)
- [PlaceAnnotation](mapkitjs/placeannotation.md)
- [PlaceDetail](mapkitjs/placedetail.md)
- [PlaceSelectionAccessory](mapkitjs/placeselectionaccessory.md)
