Export the Collection constructor.

This commit is contained in:
Marc Jansen
2012-06-22 09:45:05 +02:00
parent bed71db109
commit 67ce7afe67

View File

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