A policy for discarding tile images that match a known image containing a
"missing" image.
参数名称 | 类型 | 描述信息 | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Object with the following properties:
|
方法
Determines if the discard policy is ready to process images.
返回值:
True if the discard policy is ready to process images; otherwise, false.
Given a tile image, decide whether to discard that image.
参数名称 | 类型 | 描述信息 |
---|---|---|
image |
HTMLImageElement | An image to test. |
返回值:
True if the image should be discarded; otherwise, false.
Throws:
-
DeveloperError :
shouldDiscardImage
must not be called before the discard policy is ready.