Phonetics

fun Phonetics(street: String = "", streetLanguage: Locale = Locale.ENGLISH, roadNumbers: List<String> = emptyList(), roadNumbersLanguages: List<Locale> = emptyList(), signPostText: String = "", signPostTextLanguage: Locale = Locale.ENGLISH, phoneticAlphabet: String = "")

Parameters

street

Phonetic string for street.

streetLanguage

The language in which street is encoded as a Locale.

roadNumbers

Phonetic strings for road numbers.

roadNumbersLanguages

The languages in which the roadNumbers are encoded as list of Locale.

signPostText

Phonetic string for signpost text.

signPostTextLanguage

The language in which the signPostText is encoded as a Locale.

phoneticAlphabet

Phonetic alphabet indicating the type of phonetics stored.