---
title: glyphImage
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/placeannotation/glyphimage
---

# glyphImage

The glyph image for the place.

## Declaration

```data
get glyphImage(): MapFeatureAnnotationGlyphImage | null;
```

## Discussion

Discussion Not all places have a glyph image. When a place does, this property returns a MapFeatureAnnotationGlyphImage object that allows you to access the glyph image. You can’t set the glyph image property of the place annotation.

## See Also

### Annotation properties

- [title](mapkitjs/mapfeatureannotation/title.md)
- [featureType](mapkitjs/mapfeatureannotation/featuretype.md)
- [pointOfInterestCategory](mapkitjs/mapfeatureannotation/pointofinterestcategory.md)
- [color](mapkitjs/placeannotation/color.md)
- [selectedGlyphImage](mapkitjs/placeannotation/selectedglyphimage.md)
