NeverTileDiscardPolicy

new Cesium.NeverTileDiscardPolicy()

A TileDiscardPolicy specifying that tile images should never be discard.
See:

Methods

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

shouldDiscardImage(image)boolean

Given a tile image, decide whether to discard that image.
Name Type Description
image HTMLImageElement An image to test.
Returns:
True if the image should be discarded; otherwise, false.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.