goog.provide('ol.layer.TileProperty'); /** * @enum {string} */ ol.layer.TileProperty = { PRELOAD: 'preload', USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError' };