interface DirectionCallback
Interface for the response from the direction request of the Google Direction API.
Since
1.0.0
abstract fun onDirectionFailure(t: Throwable): Unit
Retrieve the response from direction request with error result. |
|
abstract fun onDirectionSuccess(direction: Direction): Unit
Retrieve the response from direction request successfully. |