Export the MultiPoint constructor.

This commit is contained in:
Marc Jansen
2012-06-22 09:41:37 +02:00
parent 3a40925a7d
commit 9a533aeb7d

View File

@@ -6,6 +6,7 @@ goog.require('ol.geom.Collection');
/**
* Creates ol.geom.MultiPoint objects.
*
* @export
* @extends {ol.geom.Collection}
* @param {Array.<ol.geom.Point>} points An array of points.
*