goog.provide('ol.MapProperty'); /** * @enum {string} */ ol.MapProperty = { LAYERGROUP: 'layergroup', SIZE: 'size', TARGET: 'target', VIEW: 'view' };