Add @api stable annotations for olx.source.MapQuestOptions

This commit is contained in:
Éric Lemoine
2014-08-22 10:24:15 +02:00
parent 67c44b4e9e
commit 580943e700

View File

@@ -3827,7 +3827,7 @@ olx.source.KMLOptions.prototype.urls;
/**
* @typedef {{layer: string,
* tileLoadFunction: (ol.TileLoadFunctionType|undefined)}}
* @api stable
* @api
*/
olx.source.MapQuestOptions;
@@ -3835,7 +3835,7 @@ olx.source.MapQuestOptions;
/**
* Layer. Possible values are `osm`, `sat`, and `hyb`.
* @type {string}
* @api
* @api stable
*/
olx.source.MapQuestOptions.prototype.layer;