Optional
baseThe base URL for loading external resources like tiles, sprites, and fonts.
Optional
boundsThe bounding box for the map, formatted as [sw.lng, sw.lat, ne.lng, ne.lat].
Optional
colorsAn object specifying overrides for default color values, keyed by the color names. See also: StyleBuilderColors
Optional
fontsAn object specifying overrides for default font names, keyed by the font names. See also: StyleBuilderFonts
Optional
glyphsThe URL template for loading font glyphs, formatted with '{fontstack}' and '{range}' placeholders.
Optional
hideIf set to true, hides all map labels.
Optional
languageSet the language ('en', 'de') of all map labels. A null value means that the language of the country in which the label is drawn will be used. See also: Language
Optional
recolorOptions for color adjustments and transformations applied to the entire style. See also: RecolorOptions
Optional
spriteThe URL for loading sprite images and metadata.
Optional
tilesAn array of URL templates for loading map tiles, using '{z}', '{x}', and '{y}' placeholders.
Options for configuring the style builder.