uninstallOfflinePlaces

fun uninstallOfflinePlaces(    iso: String,     resultListener: CustomPlacesManager.InstallResultListener,     executor: Executor? = null)

Uninstalls offline places of the requested country.

Parameters

iso

ISO code of country to be uninstalled

resultListener

listener that will be called with result when the operation finishes

executor

executor to call listeners on