diff --git a/src/ol/geom/geometrycollection.js b/src/ol/geom/geometrycollection.js index ee9d41d6cd..c8a786d47d 100644 --- a/src/ol/geom/geometrycollection.js +++ b/src/ol/geom/geometrycollection.js @@ -141,6 +141,7 @@ ol.geom.GeometryCollection.prototype.computeExtent = function(extent) { /** + * Return the geometries that make up this geometry collection. * @return {Array.} Geometries. * @api stable */ @@ -235,6 +236,7 @@ ol.geom.GeometryCollection.prototype.isEmpty = function() { /** + * Set the geometries that make up this geometry collection. * @param {Array.} geometries Geometries. * @api stable */