Add default stability level to docs of exported things.
This commit is contained in:
@@ -11,6 +11,7 @@ goog.require('ol.geom.LineString');
|
||||
* @extends {ol.geom.LineString}
|
||||
* @param {ol.CoordinateArray} coordinates Vertex array (e.g.
|
||||
* [[x0, y0], [x1, y1]]).
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.geom.LinearRing = function(coordinates) {
|
||||
goog.base(this, coordinates);
|
||||
|
||||
Reference in New Issue
Block a user