goog.provide('ol.style.IconAnchorUnits'); /** * Icon anchor units. One of 'fraction', 'pixels'. * @enum {string} */ ol.style.IconAnchorUnits = { FRACTION: 'fraction', PIXELS: 'pixels' };