Interface HonuaWmtsTileResponse

Raw bytes returned by a WMTS GetTile.

interface HonuaWmtsTileResponse {
    bytes: Uint8Array;
    contentType: string;
    empty: boolean;
}

Properties

bytes: Uint8Array
contentType: string
empty: boolean

True when the server returned a non-error empty payload (sparse tile).