GuidanceUpdatedListener

Used to inform caller about guidance.

Functions

Link copied to clipboard
abstract fun onAnnouncementGenerated(announcement: <Error class: unknown class>, shouldPlay: Boolean)

Called when an announcement is generated.

Link copied to clipboard
abstract fun onDistanceToNextInstructionChanged(distance: <Error class: unknown class>, instructions: List<<Error class: unknown class>>, currentPhase: <Error class: unknown class>)

Called with each location update that changes the distance to the instruction.

Link copied to clipboard
abstract fun onInstructionsChanged(instructions: List<<Error class: unknown class>>)

Called when the next instructions change.