onInstructionsChanged

abstract fun onInstructionsChanged(instructions: List<GuidanceInstruction>)

Called when the next instructions change.

This method is invoked whenever there's an update of the next instructions.

Parameters

instructions

Provides a list of the new instructions.