goog.provide('ol.format.IGCZ'); /** * IGC altitude/z. One of 'barometric', 'gps', 'none'. * @enum {string} */ ol.format.IGCZ = { BAROMETRIC: 'barometric', GPS: 'gps', NONE: 'none' };