---
title: placeDetails
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapkit/placedetails
---

# placeDetails

A list of all place detail objects that are currently active on a page.

## Declaration

```data
get placeDetails(): PlaceDetail[];
```

## Discussion

Discussion You must load the appropriate library first before accessing the property, otherwise, the property throws an Error.

## See Also

### Places

- [Place](mapkitjs/place.md)
- [PlaceLookup](mapkitjs/placelookup.md)
- [PlaceSelectionAccessoryOptions](mapkitjs/placeselectionaccessoryoptions.md)
- [PlaceAnnotation](mapkitjs/placeannotation.md)
- [PlaceDetail](mapkitjs/placedetail.md)
- [PlaceSelectionAccessory](mapkitjs/placeselectionaccessory.md)
