Requests the image for a given tile. This function should not be called before returns true.
The tile X coordinate.
The tile Y coordinate.
The tile level.
A promise for the image that will resolve when the image is available, or undefined if there are too many active requests to the server, and the request should be retried later. The resolved image may be either an Image or a Canvas DOM object.
Private
_errorRest
...args: any[]Private
_tilePrivate
_tilingOptional
headersGenerated using TypeDoc
implementation of Cesium ImageryProvider Interface