State

interface State

Accessed through stateFlow.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

isMuted
Link copied to clipboard
abstract val isMuted: Boolean
Unrelated to the navigation state, provides state of the controls mutetoggle
isPlayable
Link copied to clipboard
abstract val isPlayable: Boolean
When the trip session has started, and there is an active route.
speechAnnouncement
Link copied to clipboard
abstract val speechAnnouncement: SpeechAnnouncement?
After a voiceInstructions has been announced, this value will be emitted.
voiceInstructions
Link copied to clipboard
abstract val voiceInstructions: VoiceInstructions?
Once a voice instruction becomes available this will not be null.