install Offline Places
fun installOfflinePlaces(iso: String, resultListener: CustomPlacesManager.InstallResultListener, progressListener: CustomPlacesManager.InstallProgressListener? = null, executor: Executor? = null): CustomPlacesManager.Task
Content copied to clipboard
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
result Listener
listener that will be called with result when the operation finishes
progress Listener
listener that will be called with progress status during installation (optional)
executor
executor to call listeners on