RouteListener

interface RouteListener

Will fire when either a successful / failed response is received.

Inheritors

Functions

Link copied to clipboard
abstract fun onErrorReceived(throwable: Throwable)
Link copied to clipboard
abstract fun onResponseReceived(response: DirectionsResponse, routeProgress: RouteProgress)