Add @api stable annotations for olx.source.ImageMapGuideOptions
This commit is contained in:
+7
-7
@@ -3656,7 +3656,7 @@ olx.source.ImageMapGuideOptions;
|
|||||||
/**
|
/**
|
||||||
* The mapagent url.
|
* The mapagent url.
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.url;
|
olx.source.ImageMapGuideOptions.prototype.url;
|
||||||
|
|
||||||
@@ -3664,7 +3664,7 @@ olx.source.ImageMapGuideOptions.prototype.url;
|
|||||||
/**
|
/**
|
||||||
* The display resolution. Default is `96`.
|
* The display resolution. Default is `96`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.displayDpi;
|
olx.source.ImageMapGuideOptions.prototype.displayDpi;
|
||||||
|
|
||||||
@@ -3672,7 +3672,7 @@ olx.source.ImageMapGuideOptions.prototype.displayDpi;
|
|||||||
/**
|
/**
|
||||||
* The meters-per-unit value. Default is `1`.
|
* The meters-per-unit value. Default is `1`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.metersPerUnit;
|
olx.source.ImageMapGuideOptions.prototype.metersPerUnit;
|
||||||
|
|
||||||
@@ -3689,7 +3689,7 @@ olx.source.ImageMapGuideOptions.prototype.hidpi;
|
|||||||
/**
|
/**
|
||||||
* If `true`, will use `GETDYNAMICMAPOVERLAYIMAGE`.
|
* If `true`, will use `GETDYNAMICMAPOVERLAYIMAGE`.
|
||||||
* @type {boolean|undefined}
|
* @type {boolean|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.useOverlay;
|
olx.source.ImageMapGuideOptions.prototype.useOverlay;
|
||||||
|
|
||||||
@@ -3706,7 +3706,7 @@ olx.source.ImageMapGuideOptions.prototype.projection;
|
|||||||
* Ratio. `1` means image requests are the size of the map viewport, `2` means
|
* Ratio. `1` means image requests are the size of the map viewport, `2` means
|
||||||
* twice the size of the map viewport, and so on. Default is `1`.
|
* twice the size of the map viewport, and so on. Default is `1`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.ratio;
|
olx.source.ImageMapGuideOptions.prototype.ratio;
|
||||||
|
|
||||||
@@ -3714,7 +3714,7 @@ olx.source.ImageMapGuideOptions.prototype.ratio;
|
|||||||
/**
|
/**
|
||||||
* Resolutions. If specified, requests will be made for these resolutions only.
|
* Resolutions. If specified, requests will be made for these resolutions only.
|
||||||
* @type {Array.<number>|undefined}
|
* @type {Array.<number>|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.resolutions;
|
olx.source.ImageMapGuideOptions.prototype.resolutions;
|
||||||
|
|
||||||
@@ -3722,7 +3722,7 @@ olx.source.ImageMapGuideOptions.prototype.resolutions;
|
|||||||
/**
|
/**
|
||||||
* Additional parameters.
|
* Additional parameters.
|
||||||
* @type {Object|undefined}
|
* @type {Object|undefined}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.params;
|
olx.source.ImageMapGuideOptions.prototype.params;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user