---
title: place
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/placedetail/place
---

# place

The place that the place detail displays.

## Declaration

```data
get place(): Place | null;
set place(value: Place | null);
```

## Discussion

Discussion if this property is null, the place detail renders in a collapsed state and doesn’t show any information.

## See Also

### Working with place detail settings

- [colorScheme](mapkitjs/placedetail/colorscheme.md)
- [displaysMap](mapkitjs/placedetail/displaysmap.md)
- [element](mapkitjs/placedetail/element.md)
- [ColorSchemes](mapkitjs/placedetail/colorschemes.md)
