@Beta(2020, 12) interface PoiDetailsCallback
Callback which is responsible to inform about a received PoiDetails or respective error.
abstract fun onError(error: SearchException): Unit
Called when an error occurs during the process of obtaining the PoiDetails. |
|
abstract fun onSuccess(poiDetails: PoiDetails): Unit
Called when a PoiDetails has been obtained successfully. |