RouteComputeListener

Represents a listener to handle route calculation updates.

Functions

Link copied to clipboard
abstract fun onComputeFinished(route: Route?, status: Router.RouteComputeStatus)

Called when route is calculated.

Link copied to clipboard
abstract fun onProgress(progress: Int)

Progress of computing in percentage for given route.