DiscardMissingTileImagePolicy

A policy for discarding tile images that match a known image containing a "missing" image.

See also

Constructors

Types

Link copied to clipboard
sealed interface ConstructorOptions

Functions

Link copied to clipboard
open override fun isReady(): Boolean

Determines if the discard policy is ready to process images.

Link copied to clipboard
open override fun shouldDiscardImage(image: HTMLImageElement): Boolean

Given a tile image, decide whether to discard that image.