goog.provide('ol.ViewProperty'); /** * @enum {string} */ ol.ViewProperty = { CENTER: 'center', RESOLUTION: 'resolution', ROTATION: 'rotation' };