VoiceSelector
Управляет голосовыми пакетами в текущей сессии навигатора.
Extends:
Hashable
public static func == (lhs: VoiceSelector, rhs: VoiceSelector) -> Bool
Returns a Boolean value indicating whether two values are equal.
Methods
Управляет голосовыми пакетами в текущей сессии навигатора.
Hashable
public static func == (lhs: VoiceSelector, rhs: VoiceSelector) -> Bool
Returns a Boolean value indicating whether two values are equal.
public func hash(into hasher: inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
hasher
Hasher
The hasher to use when combining the components of this instance.
public func setVoice(
voice: NavigationVoice?
)
Устанавливает голосовой пакет, с помощью которого будут воспроизводиться голосовые оповещения в текущей сессии навигатора.
voice
NavigationVoice?
Голосовой пакет. Пустое значение отключает голосовые оповещения.