/**
* OpenLayers.Geometry.MultiPoint<br/>
* MultiPoint is a collection of Points. Create a new instance with the OpenLayers.Geometry.MultiPoint constructor.<BR/>
* @class MultiPoint
* @extends OpenLayers.Geometry.Collection
* @constructor
* @namespace OpenLayers.Geometry
* @param {Array(OpenLayers.Geometry.Point)} components
*/
OpenLayers.Geometry.MultiPoint = OpenLayers.Class(OpenLayers.Geometry.Collection,{
});