NeverTileDiscardPolicy

A TileDiscardPolicy specifying that tile images should never be discard.

See also

Constructors

Link copied to clipboard
constructor()

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.