GeoXmlCompressedFormat Enumeration

Bing
 

An enumeration of the different compressed formats that XML can be outputted as.

NameDescription
base64XML data compressed into a Base64 Data URI.
blobXML data compressed into a Blob.
arrayBufferXML data compressed into an ArrayBuffer.
Show: