detectCurrentCountry

fun detectCurrentCountry(mapIso: String = "", listener: MapResultListener): MapLoader.Task

Detects the country of current location.

Return

Task of current running operation which can be cancelled

Parameters

mapIso

optional identifier of the region (e.g. "sk"), pass an empty string in case no identifier should be used.

listener

listener that will be called with result when the operation finishes