Export the LineString constructor.

This commit is contained in:
Marc Jansen
2012-06-22 09:44:21 +02:00
parent 9a533aeb7d
commit bed71db109

View File

@@ -8,6 +8,7 @@ goog.require('ol.Projection');
/**
* Creates ol.geom.LineString objects.
*
* @export
* @extends {ol.geom.Geometry}
* @param {Array.<ol.geom.Point>} vertices An array of points building the
* linestrings vertices.