---
title: "new PlaceAnnotation(coordinate, options)"
framework: mapkitjs
role: symbol
role_heading: Constructor
path: mapkitjs/placeannotation/placeannotationconstructor
---

# new PlaceAnnotation(coordinate, options)

Creates a new place annotation.

## Declaration

```data
constructor(
    coordinate: CoordinateData | Place | SearchAutocompleteResult,
    options?: MarkerAnnotationConstructorOptions,
);
```

## Discussion

Discussion You’re required to provide a Place object, either by passing it as the first argument or setting place. If you don’t provide the required object, the call throws an error.
