invalidateAmbientCache

abstract suspend fun invalidateAmbientCache()(source)

Invalidates the ambient cache. This method checks that the tiles in the ambient cache match those from the server. If the local tiles do not match those on the server, they are re-downloaded.

Throws

if the operation failed.