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