getCountryDetails

fun getCountryDetails(mapIso: String, installed: Boolean, listener: MapCountryDetailsListener)

Fetch details about a country.

Parameters

mapIso

ISO code of the requested country

installed

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

listener

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