Type Alias GetGlyphsParameters
type GetGlyphsParameters = {
source: string;
stacks: { [_: string]: number[] };
tileID: OverscaledTileID;
type: string;
}
source: string;
stacks: { [_: string]: number[] };
tileID: OverscaledTileID;
type: string;
}
Was this helpful?