Add stability annotation to ol.geom.SimpleGeometry
This commit is contained in:
@@ -12,6 +12,7 @@ goog.require('ol.geom.flat');
|
|||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.geom.Geometry}
|
* @extends {ol.geom.Geometry}
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.geom.SimpleGeometry = function() {
|
ol.geom.SimpleGeometry = function() {
|
||||||
|
|
||||||
@@ -107,6 +108,7 @@ ol.geom.SimpleGeometry.prototype.getFlatCoordinates = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {ol.geom.GeometryLayout} Layout.
|
* @return {ol.geom.GeometryLayout} Layout.
|
||||||
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.geom.SimpleGeometry.prototype.getLayout = function() {
|
ol.geom.SimpleGeometry.prototype.getLayout = function() {
|
||||||
return this.layout;
|
return this.layout;
|
||||||
|
|||||||
Reference in New Issue
Block a user