on Complete
abstract fun onComplete(status: Radar.RadarStatus, matrix: RadarRouteMatrix? = null)
Content copied to clipboard
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.