Type alias GetGlyphsParamerters

GetGlyphsParamerters: {
    source: string;
    stacks: {
        [_: string]: number[];
    };
    tileID: OverscaledTileID;
    type: string;
}

Parameters needed to get the glyphs

Type declaration

  • source: string
  • stacks: {
        [_: string]: number[];
    }
    • [_: string]: number[]
  • tileID: OverscaledTileID
  • type: string