update Installed Datasets
fun updateInstalledDatasets(resultListener: CustomPlacesManager.InstallResultListener, progressListener: CustomPlacesManager.InstallProgressListener? = null, executor: Executor? = null): CustomPlacesManager.Task
Downloads and installs updates for offline places of all installed countries.
Return
Task of current running operation which can be cancelled
Parameters
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