goog.provide('ol.geom.GeometryCollection'); goog.require('goog.asserts'); goog.require('ol.geom.AbstractCollection'); goog.require('ol.geom.Geometry'); goog.require('ol.geom.GeometryType'); /** * A mixed collection of geometries. Used one of the fixed type multi-part * constructors for collections of the same type. * * @constructor * @extends {ol.geom.AbstractCollection} * @param {Array.