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.

Important: This is a Public Preview API. It may be changed or removed at any time.

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard