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

# image

The image for the annotation.

## Declaration

```data
image?:
    | ImageDelegate
    | ImageHashObject
    | ImageSource
    | Promise<ImageSource>;
```

## Discussion

Discussion Set this property to an ImageHashObject, an ImageDelegate, an ImageSource, or a Promise that resolves to an ImageSource. For more information, see the ImageAnnotation image property.

## See Also

### Initializing the image

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