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