calculateUninstallSize
Calculates the size that would be freed by removing the specified regions.
This provides an estimate of the storage space that would be reclaimed if the specified regions were deleted.
The callback receives either:
com.tomtom.sdk.common.Result.success with the estimated size that would be freed.
com.tomtom.sdk.common.Result.failure with MapUpdateError.NoMapAvailable if the map is not available.
com.tomtom.sdk.common.Result.failure with MapUpdateError.InvalidArgument if no valid regions are included in the request.
Return
A Cancellable handle. Call Cancellable.cancel to cancel the operation.
Parameters
The regions to calculate uninstall size for.
Called with the result when available. Invoked on the main thread.
Throws
if NdsStore or RegionUpdater is closed.
if regions set is empty.