VMENavigationListener

interface VMENavigationListener

Callback protocol for receiving compute route results. For computing a route see VMEMapController::computeRoute:callback:.

Since

Version: 1.0

Functions

Link copied to clipboard
abstract fun instructionIndexUpdated(instructionIndex: Int)

Notified when instructions has changed.

Link copied to clipboard
abstract fun instructionsGenerated(instructions: List<VMEInstruction>)

Notified when instructions have been generated.