setStyleGlyphURL method

Future<void> setStyleGlyphURL(
  1. String glyphURL
)

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<void> setStyleGlyphURL(String glyphURL) =>
    _mapInterface.setStyleGlyphURL(glyphURL);