TileRequest Namespace
Enumeration
Type Alias
Defined in
TileRequest Class
Represents a pending or active request to load the contents of a Tile. The request coordinates with the requestContent to obtain the raw content and
readContent to convert the result into a RenderGraphic. TileRequests are created internally as needed; it is never necessary or useful for external code to create them.
Methods
Properties
| Name | Type | Description |  | 
| channel Readonly | TileRequestChannel | The channel via which the request will be executed. |  | 
| isCanceled Accessor ReadOnly | boolean | True if the request has been canceled. |  | 
| isQueued Accessor ReadOnly | boolean | True if the request has been enqueued but not yet dispatched. |  | 
| priority | number | Determines the order in which pending requests are pulled off the queue to become active. |  | 
| state Accessor ReadOnly | TileRequest.State | The request's current state. |  | 
| tile Readonly | Tile | The requested tile. |  | 
| tree Accessor ReadOnly | TileTree | The tile tree to which the requested Tile belongs. |  | 
| viewports Accessor ReadOnly | Iterable<Viewport, any, any> | The set of Viewports that are awaiting the result of this request. |  | 
Defined in
Last Updated: 24 June, 2025