invalidate

open fun invalidate(@NonNull callback: AsyncOperationResultCallback)

Invalidate all the tiles for the region forcing to revalidate the tiles with the server before using. This is more efficient than deleting the offline region and downloading it again because if the data on the cache matches the server, no new data gets transmitted.

Parameters

callback

Called once the request is complete or an error occurred.