---
title: "new PlaceDetail(parent, place, options)"
framework: mapkitjs
role: symbol
role_heading: Constructor
path: mapkitjs/placedetail/placedetailconstructor
---

# new PlaceDetail(parent, place, options)

A representation of a place detail.

## Declaration

```data
constructor(
    parent: HTMLElement,
    place?: Place | null,
    options?: PlaceDetailOptions,
);
```

## See Also

### Creating and terminating a place detail

- [PlaceDetailOptions](mapkitjs/placedetailoptions.md)
- [destroy()](mapkitjs/placedetail/destroy.md)
