goog.provide('ol.format.FormatType'); /** * @enum {string} */ ol.format.FormatType = { ARRAY_BUFFER: 'arraybuffer', JSON: 'json', TEXT: 'text', XML: 'xml' };