<!--
{
  "availability" : [
    "MapKit JS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/ImageAnnotationConstructorOptions/image",
  "metadataVersion" : "0.1.0",
  "role" : "Interface Property",
  "symbol" : {
    "kind" : "Interface Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "structp/mapkit.ImageAnnotationConstructorOptions/image"
  },
  "title" : "image"
}
-->

# image

The image for the annotation.

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

## Discussion

Set this property to an [`ImageHashObject`](/documentation/MapKitJS/ImageHashObject), an [`ImageDelegate`](/documentation/MapKitJS/ImageDelegate), an [`ImageSource`](/documentation/MapKitJS/ImageSource), or a `Promise` that resolves to an [`ImageSource`](/documentation/MapKitJS/ImageSource). For more information, see the [`ImageAnnotation`](/documentation/MapKitJS/ImageAnnotation) [`image`](/documentation/MapKitJS/ImageAnnotation/image) property.

---

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)