Add @api stable annotations for ol.source.ImageStatic
This commit is contained in:
+1
-1
@@ -4339,7 +4339,7 @@ olx.source.StamenOptions.prototype.url;
|
|||||||
* logo: (string|olx.LogoOptions|undefined),
|
* logo: (string|olx.LogoOptions|undefined),
|
||||||
* projection: ol.proj.ProjectionLike,
|
* projection: ol.proj.ProjectionLike,
|
||||||
* url: string}}
|
* url: string}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageStaticOptions;
|
olx.source.ImageStaticOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ goog.require('ol.source.Image');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.Image}
|
* @extends {ol.source.Image}
|
||||||
* @param {olx.source.ImageStaticOptions} options Options.
|
* @param {olx.source.ImageStaticOptions} options Options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.ImageStatic = function(options) {
|
ol.source.ImageStatic = function(options) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user