Add @api stable annotations for ol.source.ImageMapGuide
This commit is contained in:
@@ -16,7 +16,7 @@ goog.require('ol.source.Image');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.Image}
|
* @extends {ol.source.Image}
|
||||||
* @param {olx.source.ImageMapGuideOptions} options Options.
|
* @param {olx.source.ImageMapGuideOptions} options Options.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.ImageMapGuide = function(options) {
|
ol.source.ImageMapGuide = function(options) {
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@ goog.inherits(ol.source.ImageMapGuide, ol.source.Image);
|
|||||||
* Get the user-provided params, i.e. those passed to the constructor through
|
* Get the user-provided params, i.e. those passed to the constructor through
|
||||||
* the "params" option, and possibly updated using the updateParams method.
|
* the "params" option, and possibly updated using the updateParams method.
|
||||||
* @return {Object} Params.
|
* @return {Object} Params.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.ImageMapGuide.prototype.getParams = function() {
|
ol.source.ImageMapGuide.prototype.getParams = function() {
|
||||||
return this.params_;
|
return this.params_;
|
||||||
@@ -175,7 +175,7 @@ ol.source.ImageMapGuide.getScale = function(extent, size, metersPerUnit, dpi) {
|
|||||||
/**
|
/**
|
||||||
* Update the user-provided params.
|
* Update the user-provided params.
|
||||||
* @param {Object} params Params.
|
* @param {Object} params Params.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.source.ImageMapGuide.prototype.updateParams = function(params) {
|
ol.source.ImageMapGuide.prototype.updateParams = function(params) {
|
||||||
goog.object.extend(this.params_, params);
|
goog.object.extend(this.params_, params);
|
||||||
|
|||||||
Reference in New Issue
Block a user