Last updated 4 years ago
Sets the language of the map.
mapInstance.setLanguage(language);
"national" will display each region of the map with corresponding native language.
mapInstance.setLanguage("national");
Retrieves the language parameter of the map instance.
mapInstance.getLanguage(); return: "national"
Required Parameter
Description
Type
language
specifies the language of the map. ("national" or "en")
String