Interface HonuaOgcMapImageResponse

Raw bytes returned from a map render, plus the negotiated content type.

interface HonuaOgcMapImageResponse {
    bytes: Uint8Array;
    contentType: string;
}

Properties

Properties

bytes: Uint8Array
contentType: string