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