Add stability annotation to ol.geom.SimpleGeometry

This commit is contained in:
Tom Payne
2014-02-03 14:36:43 +01:00
parent 08ec3480ed
commit c4b7a32751

View File

@@ -12,6 +12,7 @@ goog.require('ol.geom.flat');
/**
* @constructor
* @extends {ol.geom.Geometry}
* @todo stability experimental
*/
ol.geom.SimpleGeometry = function() {
@@ -107,6 +108,7 @@ ol.geom.SimpleGeometry.prototype.getFlatCoordinates = function() {
/**
* @return {ol.geom.GeometryLayout} Layout.
* @todo stability experimental
*/
ol.geom.SimpleGeometry.prototype.getLayout = function() {
return this.layout;