diff --git a/src/ol/geom/polygon.js b/src/ol/geom/polygon.js index ac463fbd23..55a437c19c 100644 --- a/src/ol/geom/polygon.js +++ b/src/ol/geom/polygon.js @@ -26,7 +26,8 @@ goog.require('ol.math'); * * @constructor * @extends {ol.geom.SimpleGeometry} - * @param {Array.>} coordinates Coordinates. + * @param {Array.>} coordinates Coordinates of the + * vertices of the polygon where the first coordinate and the last are equivalent. * @param {ol.geom.GeometryLayout=} opt_layout Layout. * @api stable */