TileRequest.Response Type
TileRequest.Response = Uint8Array | ArrayBuffer | string | ImageSource | { content: TileContent } | { data: any } | undefined
The type of a raw response to a request for tile content. Processed upon receipt into a Response type. requestContent produces a response of this type; it is then converted to a ResponseData from which readContent can produce a RenderGraphic.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.