Phonetics

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
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.

Constructors

Link copied to clipboard
constructor(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

Phonetic alphabet indicating the type of phonetics stored.

Link copied to clipboard

Phonetic strings for road numbers.

Link copied to clipboard

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

Link copied to clipboard

Phonetic string for signpost text.

Link copied to clipboard

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

Link copied to clipboard

Phonetic string for street.

Link copied to clipboard

The language in which street is encoded as a Locale.