glyph property

AdvancedMarkerGlyph? glyph
final

The glyph that is displayed on the pin marker. If null, the default circular glyph is used.

Can be one of the following:

  • CircleGlyph to define a circular glyph with a custom color.
  • BitmapGlyph to define a glyph with a specified bitmap.
  • TextGlyph to define a glyph with a specified text and its color.

Implementation

final AdvancedMarkerGlyph? glyph;