---
title: ImageAnnotationConstructorOptions
framework: mapkitjs
role: symbol
role_heading: Interface
path: mapkitjs/imageannotationconstructoroptions
---

# ImageAnnotationConstructorOptions

An object containing options for creating an image annotation.

## Declaration

```data
interface ImageAnnotationConstructorOptions
    extends AnnotationConstructorOptions
```

## Topics

### Initializing the image

- [image](mapkitjs/imageannotationconstructoroptions/image.md)
- [url](mapkitjs/imageannotationconstructoroptions/url.md)

## Relationships

### Inherits From

- [AnnotationConstructorOptions](mapkitjs/annotationconstructoroptions.md)

## See Also

### Creating an image annotation

- [new ImageAnnotation(location, options)](mapkitjs/imageannotation/imageannotationconstructor.md)
