<!--
{
  "availability" : [
    "MapKit JS: 5.74.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapFeatureAnnotationGlyphImage",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "cl/mapkit.MapFeatureAnnotationGlyphImage"
  },
  "title" : "MapFeatureAnnotationGlyphImage"
}
-->

# MapFeatureAnnotationGlyphImage

An object that describes map feature annotation images.

```
class MapFeatureAnnotationGlyphImage implements ImageDelegate
```

## Overview

`MapFeatureAnnotationGlyphImage` is a concrete implementation of [`ImageDelegate`](/documentation/MapKitJS/ImageDelegate) for returning the glyph image of the map feature.

## Topics

### Getting image URLs

[`getImageUrl(
    scale: number | undefined,
    callback: (url: string | null) => void,
): void;`](/documentation/MapKitJS/MapFeatureAnnotationGlyphImage/getImageUrl)

Returns the image URL of the map feature.

## Relationships

### Conforms To

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

---

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)