<!--
{
  "availability" : [
    "MapKit JS: 5.78.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PlaceDetail/PlaceDetailConstructor",
  "metadataVersion" : "0.1.0",
  "role" : "Constructor",
  "symbol" : {
    "kind" : "Constructor",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instctr/mapkit.PlaceDetail/PlaceDetailConstructor"
  },
  "title" : "new PlaceDetail(parent, place, options)"
}
-->

# new PlaceDetail(parent, place, options)

A representation of a place detail.

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)