diff --git a/src/ol/geom/linearring.js b/src/ol/geom/linearring.js index b33d41db76..1f4da71dac 100644 --- a/src/ol/geom/linearring.js +++ b/src/ol/geom/linearring.js @@ -79,6 +79,7 @@ ol.geom.LinearRing.prototype.closestPointXY = /** + * Return the area of the linear ring on projected plane. * @return {number} Area (on projected plane). * @api stable */ @@ -89,6 +90,7 @@ ol.geom.LinearRing.prototype.getArea = function() { /** + * Return the coordinates of the linear ring. * @return {Array.