onComplete

abstract fun onComplete(status: Radar.RadarStatus, matrix: RadarRouteMatrix? = null)

Called when a matrix request succeeds, fails, or times out. Receives the request status and, if successful, the matrix.

Parameters

status

RadarStatus The request status.

matrix

RadarRoutesMatrix? If successful, the matrix.