diff --git a/src/ol/geom/linestring.js b/src/ol/geom/linestring.js index d9c35fdb87..1ec7790088 100644 --- a/src/ol/geom/linestring.js +++ b/src/ol/geom/linestring.js @@ -63,6 +63,7 @@ goog.inherits(ol.geom.LineString, ol.geom.SimpleGeometry); /** + * Append the passed coordinate to the coordinates of the linestring. * @param {ol.Coordinate} coordinate Coordinate. * @api stable */ @@ -155,6 +156,7 @@ ol.geom.LineString.prototype.getCoordinateAtM = function(m, opt_extrapolate) { /** + * Return the coordinates of the linestring. * @return {Array.