RouteComputeListener

interface RouteComputeListener : NativeMethodsReceiver.NativeListener

Represents a listener to handle route calculation updates.

Functions

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

Called when route is calculated.

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

Progress of computing in percentage for given route.