Optionaladdresses?: LabelStyleOptionalboundaries?: LabelStyle & { countries?: LabelStyle; states?: LabelStyle }Optionallanguage?: string'local' (each feature's own name), 'user' (the browser language), or a code such as 'de'. Default 'local'.
OptionallanguageStrict?: booleanOmit labels that have no name in language, instead of falling back to the local name. Default false.
OptionalpitchAlignment?: PitchAlignmentLine labels in a tilted map. Default 'map'.
Optionalplaces?: LabelStyle & {Optionalpois?: LabelStyle & { general?: LabelStyle; transit?: LabelStyle }Names drawn with POI icons (general) and transit stop icons (transit).
Optionalstreets?: LabelStyle & { exits?: LabelStyle; names?: LabelStyle; refs?: LabelStyle }Optionalwater?: LabelStyle & { lakes?: LabelStyle; rivers?: LabelStyle }
text: the label language, and a tree of label topics whose every node — the root, a group, a topic — takes the sameLabelStyleproperties.language,languageStrictandpitchAlignmentapply to every label and are set on the root only.