Phonetics
data class Phonetics(val street: String = "", val streetLanguage: Locale = Locale.ENGLISH, val roadNumbers: List<String> = emptyList(), val roadNumbersLanguages: List<Locale> = emptyList(), val signPostText: String = "", val signPostTextLanguage: Locale = Locale.ENGLISH, val phoneticAlphabet: String = "")
Phonetic strings of all of the readable Instruction properties.
Parameters
street
Phonetic string for street.
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.