Add @api stable annotations for olx.source.MapQuestOptions
This commit is contained in:
+2
-2
@@ -3827,7 +3827,7 @@ olx.source.KMLOptions.prototype.urls;
|
|||||||
/**
|
/**
|
||||||
* @typedef {{layer: string,
|
* @typedef {{layer: string,
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
||||||
* @api stable
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.MapQuestOptions;
|
olx.source.MapQuestOptions;
|
||||||
|
|
||||||
@@ -3835,7 +3835,7 @@ olx.source.MapQuestOptions;
|
|||||||
/**
|
/**
|
||||||
* Layer. Possible values are `osm`, `sat`, and `hyb`.
|
* Layer. Possible values are `osm`, `sat`, and `hyb`.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.MapQuestOptions.prototype.layer;
|
olx.source.MapQuestOptions.prototype.layer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user