THIS SDK ISDEPRECATED.

We rolled out a new and better SDK for you.

Map language

Allow your user to see the map in different languages to make your app international. The language parameter determines the language of labels on the map. It does not affect any proper nouns, like the names of streets, plazas, etc. The list of the supported languages can be found at Default View Mapping.

Sample use case: You want to have all labels only in British English.

To change the language for the map:

image

Map labels in English

mapView.setLanguage("en-GB")
[self.mapView setLanguage:@"en-GB"]

image

Map labels in Russian

mapView.setLanguage("ru-RU")
[self.mapView setLanguage:@"ru-RU"]; -- {nbsp}

image

Map labels in Dutch

mapView.setLanguage("nl-NL")
[self.mapView setLanguage:@"nl-NL"]; -- {nbsp}