styleGlyphURL method

Future<String> styleGlyphURL()

The URL that points to the glyphs used by the style for rendering text labels on the map.

This property allows setting a custom glyph URL at runtime, making it easier to apply custom fonts to the map without modifying the base style.

Implementation

Future<String> styleGlyphURL() => _mapInterface.styleGlyphURL();