StyleOptions
StyleOptions =
object
Defined in: style/style.ts:62
The options object related to the MapLibreMap's style related methods
Properties
localIdeographFontFamily?
optionallocalIdeographFontFamily:string|false
Defined in: style/style.ts:74
Defines a CSS
font-family for locally overriding generation of Chinese, Japanese, and Korean characters.
For these characters, font settings from the map's style will be ignored, except for font-weight keywords (light/regular/medium/bold).
Set to false, to enable font settings from the map's style for these glyph ranges.
Forces a full update.
validate?
optionalvalidate:boolean
Defined in: style/style.ts:66
If false, style validation will be skipped. Useful in production environment.