Add @api stable annotations for ol.control.Control
This commit is contained in:
+1
-1
@@ -779,7 +779,7 @@ olx.control.AttributionOptions.prototype.collapseLabel;
|
|||||||
/**
|
/**
|
||||||
* @typedef {{element: (Element|undefined),
|
* @typedef {{element: (Element|undefined),
|
||||||
* target: (Element|string|undefined)}}
|
* target: (Element|string|undefined)}}
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
olx.control.ControlOptions;
|
olx.control.ControlOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ ol.control.Control.prototype.disposeInternal = function() {
|
|||||||
/**
|
/**
|
||||||
* Get the map associated with this control.
|
* Get the map associated with this control.
|
||||||
* @return {ol.Map} Map.
|
* @return {ol.Map} Map.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.control.Control.prototype.getMap = function() {
|
ol.control.Control.prototype.getMap = function() {
|
||||||
return this.map_;
|
return this.map_;
|
||||||
|
|||||||
Reference in New Issue
Block a user