On this page

Type Alias GetGlyphsParameters

type GetGlyphsParameters = {
    source: string;
    stacks: { [_: string]: number[] };
    tileID: OverscaledTileID;
    type: string;
}
Index

Properties

source: string
stacks: { [_: string]: number[] }
type: string
Was this helpful?
SDK JS
Reference
GetGlyphsParameters