Add @api stable annotations for olx.source.BingMapsOptions
This commit is contained in:
+4
-4
@@ -3000,7 +3000,7 @@ olx.FeatureOverlayOptions.prototype.style;
|
|||||||
* key: string,
|
* key: string,
|
||||||
* imagerySet: string,
|
* imagerySet: string,
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
||||||
* @api stable
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.BingMapsOptions;
|
olx.source.BingMapsOptions;
|
||||||
|
|
||||||
@@ -3008,7 +3008,7 @@ olx.source.BingMapsOptions;
|
|||||||
/**
|
/**
|
||||||
* Culture code. Default is `en-us`.
|
* Culture code. Default is `en-us`.
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.BingMapsOptions.prototype.culture;
|
olx.source.BingMapsOptions.prototype.culture;
|
||||||
|
|
||||||
@@ -3016,7 +3016,7 @@ olx.source.BingMapsOptions.prototype.culture;
|
|||||||
/**
|
/**
|
||||||
* Bing Maps API key. Get yours at http://bingmapsportal.com/.
|
* Bing Maps API key. Get yours at http://bingmapsportal.com/.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.BingMapsOptions.prototype.key;
|
olx.source.BingMapsOptions.prototype.key;
|
||||||
|
|
||||||
@@ -3024,7 +3024,7 @@ olx.source.BingMapsOptions.prototype.key;
|
|||||||
/**
|
/**
|
||||||
* Type of imagery.
|
* Type of imagery.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.BingMapsOptions.prototype.imagerySet;
|
olx.source.BingMapsOptions.prototype.imagerySet;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user