MapCountryDetailsListener

interface MapCountryDetailsListener

Listener for country details fetch operation.

Functions

onCountryDetails
Link copied to clipboard
abstract fun onCountryDetails(details: CountryDetails)
Called when the operation successfully finished.
onCountryDetailsError
Link copied to clipboard
abstract fun onCountryDetailsError(result: MapLoader.LoadResult)
Called when the operation fails.