NeverTileDiscardPolicy

NeverTileDiscardPolicy

new

A TileDiscardPolicy specifying that tile images should never be discard.

See:
Source:

Methods

<static>

Determines if the discard policy is ready to process images.

Returns:
True if the discard policy is ready to process images; otherwise, false.

<static>

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

Parameters:
Name Type Description
image Image | Promise An image, or a promise that will resolve to an image.
Returns:
A promise that will resolve to true if the tile should be discarded.