Contents

selectedGlyphImage

The selected glyph image for the place.

Declaration

get selectedGlyphImage(): MapFeatureAnnotationGlyphImage | null;

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