glyphText
The text to display in the marker balloon.
Declaration
get glyphText(): string;
set glyphText(value: string);Discussion
This property is the text to display in the balloon instead of displaying a glyph image. The default value is "" (empty string). There’s a limited amount of space available for displaying glyph text. Specify no more than two or three characters.
If you specify both a glyphImage and glyphText, MapKit JS ignores the glyph image, and displays the glyph text.