getRegionDetails

fun getRegionDetails(mapIso: String, installed: Boolean, listener: MapRegionDetailsListener)

Fetch details about a country region.

Parameters

ISO

code of the requested region

installed

whether to get region details only for installed map on the device

listener

Listener which is called after the details fetch is complete, called with RegionDetails structure on success or error code on failure of the operation.