Add @api stable annotations for ol.source.MapQuest
This commit is contained in:
+1
-1
@@ -3827,7 +3827,7 @@ olx.source.KMLOptions.prototype.urls;
|
|||||||
/**
|
/**
|
||||||
* @typedef {{layer: string,
|
* @typedef {{layer: string,
|
||||||
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.MapQuestOptions;
|
olx.source.MapQuestOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ goog.require('ol.source.XYZ');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {ol.source.XYZ}
|
||||||
* @param {olx.source.MapQuestOptions=} opt_options MapQuest options.
|
* @param {olx.source.MapQuestOptions=} opt_options MapQuest options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.MapQuest = function(opt_options) {
|
ol.source.MapQuest = function(opt_options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user