MapRegionDetailsListener

interface MapRegionDetailsListener

Listener for region details fetch operation.

Functions

onRegionDetails
Link copied to clipboard
abstract fun onRegionDetails(details: RegionDetails)
Called when the operation successfully finished.
onRegionDetailsError
Link copied to clipboard
abstract fun onRegionDetailsError(result: MapLoader.LoadResult)
Called when the operation fails.