setLanguage static method
Set preferred language for Mapbox products with a bcp-47 tag.
Implementation
@experimental
static void setLanguage(String? language) {
_options.setLanguage(language);
}
Set preferred language for Mapbox products with a bcp-47 tag.
@experimental
static void setLanguage(String? language) {
_options.setLanguage(language);
}