sdk
/
com.sygic.sdk.map.listeners
/
MapCountryDetailsListener
Map
Country
Details
Listener
interface
MapCountryDetailsListener
Content copied to clipboard
Listener for country details fetch operation.
Functions
Functions
onCountryDetails
Link copied to clipboard
abstract fun
onCountryDetails
(details:
CountryDetails
)
Content copied to clipboard
Called when the operation successfully finished.
onCountryDetailsError
Link copied to clipboard
abstract fun
onCountryDetailsError
(result:
MapLoader.LoadResult
)
Content copied to clipboard
Called when the operation fails.