<!--
{
  "availability" : [
    "MapKit JS: 5.74.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PlaceAnnotation/selectedGlyphImage",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.PlaceAnnotation/selectedGlyphImage"
  },
  "title" : "selectedGlyphImage"
}
-->

# selectedGlyphImage

The selected glyph image for the place.

```
get selectedGlyphImage(): MapFeatureAnnotationGlyphImage | null;
```

## Discussion

Not all places have a glyph image. When a place does, this property returns a [`MapFeatureAnnotationGlyphImage`](/documentation/MapKitJS/MapFeatureAnnotationGlyphImage) object that allows you to access the glyph image. You can’t set the selected glyph image property of the place annotation.

---

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)