/** * @module ol/ViewProperty */ /** * @enum {string} */ var _ol_ViewProperty_ = { CENTER: 'center', RESOLUTION: 'resolution', ROTATION: 'rotation' }; export default _ol_ViewProperty_;