THIS SDK ISDEPRECATED.

We rolled out a new and better SDK for you.

Map language

Allow your users to see a 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 a map:

//BRITISH_ENGLISH_CODE = "en-GB"
tomtomMap.setLanguage(BRITISH_ENGLISH_CODE)
//language can be equal e.g. to "en-GB"
tomtomMap.setLanguage(language)

image

Map labels in English

image

Map labels in Russian

image

Map labels in Dutch