Merge pull request #6077 from bartvde/bing-hidpi

Optionally enable hidpi support for Bing
This commit is contained in:
Bart van den Eijnden
2016-11-11 09:17:08 +01:00
committed by GitHub
2 changed files with 23 additions and 2 deletions
+9
View File
@@ -4135,6 +4135,7 @@ olx.source;
/**
* @typedef {{cacheSize: (number|undefined),
* culture: (string|undefined),
* hidpi: (boolean|undefined),
* key: string,
* imagerySet: string,
* maxZoom: (number|undefined),
@@ -4153,6 +4154,14 @@ olx.source.BingMapsOptions;
olx.source.BingMapsOptions.prototype.cacheSize;
/**
* If `true` hidpi tiles will be requested. Default is `false`.
* @type {boolean|undefined}
* @api
*/
olx.source.BingMapsOptions.prototype.hidpi;
/**
* Culture code. Default is `en-us`.
* @type {string|undefined}