periodicCleanup

@NonNull
@RestrictTo(value = Scope.LIBRARY_GROUP_PREFIX)
open fun periodicCleanup(@NonNull options: TileStorePeriodicCleanupOptions): Cancelable

WARNING: This API is not intended for public usage. It can be deleted or changed without any notice. Starts a periodic cleanup operation to ensure that any untracked files in the tile store directory are removed.

Return

Returns a Cancelable object to cancel the periodic cleanup operation.

Parameters

options

Specifies the options for the periodic cleanup operation.