installOfflinePlaces

fun installOfflinePlaces(    iso: String,     resultListener: CustomPlacesManager.InstallResultListener,     progressListener: CustomPlacesManager.InstallProgressListener? = null,     executor: Executor? = null): CustomPlacesManager.Task

Downloads and installs offline places of the requested country.

Return

Task of current running operation which can be cancelled

Parameters

iso

ISO code of country to be downloaded and installed

resultListener

listener that will be called with result when the operation finishes

progressListener

listener that will be called with progress status during installation (optional)

executor

executor to call listeners on