Phonetics
data class Phonetics( val street: String = "", val streetLanguageCode: String = "", val roadNumbers: List<String> = emptyList(), val roadNumbersLanguageCodes: List<String> = emptyList(), val signPostText: String = "", val signPostTextLanguageCode: String = "")
Content copied to clipboard
Phonetic strings of all of the readable Instruction properties.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
street
Phonetic string for street.
streetLanguageCode
Code for the language in which street is encoded.
roadNumbers
Phonetic strings for road numbers.
roadNumbersLanguageCodes
Codes for the languages in which the roadNumbers are encoded.
signPostText
Phonetic string for signpost text.
signPostTextLanguageCode
Code for the language in which the signPostText is encoded.