Change 'cacheSize' description in typedef

This commit is contained in:
Frederic Junod
2019-01-25 14:26:04 +01:00
committed by ahocevar
parent 59cf0c31b6
commit 1ba85a11e9
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const TOS_ATTRIBUTION = '<a class="ol-attribution-bing-tos" ' +
/**
* @typedef {Object} Options
* @property {number} [cacheSize] Tile cache size. Default is twice as many tiles as a fullscreen map needs.
* @property {number} [cacheSize] Tile cache size. Default is four times as many tiles as a fullscreen map needs.
* @property {boolean} [hidpi=false] If `true` hidpi tiles will be requested.
* @property {string} [culture='en-us'] Culture code.
* @property {string} key Bing Maps API key. Get yours at http://www.bingmapsportal.com/.