TileRequest.Response Type alias
The type of a raw response to a request for tile content. Processed upon receipt into a TileRequest.Response type. Tile.requestContent produces a response of this type; it is then converted to a Tile.ResponseData from which Tile.readContent can produce a RenderGraphic.
TileRequest.Response = Uint8Array | ArrayBuffer | string | ImageSource | { content: TileContent } | { data: any } | undefined
Defined in
Last Updated: 20 June, 2023