Optionally enable hidpi support for Bing
This commit is contained in:
@@ -4034,6 +4034,7 @@ olx.source;
|
||||
/**
|
||||
* @typedef {{cacheSize: (number|undefined),
|
||||
* culture: (string|undefined),
|
||||
* hidpi: (boolean|undefined),
|
||||
* key: string,
|
||||
* imagerySet: string,
|
||||
* maxZoom: (number|undefined),
|
||||
@@ -4052,6 +4053,14 @@ olx.source.BingMapsOptions;
|
||||
olx.source.BingMapsOptions.prototype.cacheSize;
|
||||
|
||||
|
||||
/**
|
||||
* If device pixelRatio is >= 2, 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}
|
||||
|
||||
Reference in New Issue
Block a user