---
title: selectedGlyphImage
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/placeannotation/selectedglyphimage
---

# selectedGlyphImage

The selected glyph image for the place.

## Declaration

```data
get selectedGlyphImage(): 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 selected 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)
- [glyphImage](mapkitjs/placeannotation/glyphimage.md)
