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

# ImageAnnotationConstructorOptions

An object containing options for creating an image annotation.

```
interface ImageAnnotationConstructorOptions
    extends AnnotationConstructorOptions
```

## Topics

### Initializing the image

[`image?:
    | ImageDelegate
    | ImageHashObject
    | ImageSource
    | Promise<ImageSource>;`](/documentation/MapKitJS/ImageAnnotationConstructorOptions/image)

The image for the annotation.

[`url?: ImageDelegate | ImageHashObject | ImageSource | Promise<ImageSource>;`](/documentation/MapKitJS/ImageAnnotationConstructorOptions/url)

An object that contains URLs for the image assets in multiple resolutions.

## Relationships

### Inherits From

[`AnnotationConstructorOptions`](/documentation/MapKitJS/AnnotationConstructorOptions)

---

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)