Yahoo! UI Library

CHZERO  1.0.0

Yahoo! UI Library > CHZERO > MultiPoint.js (source view)
Search:
 
Filters
/**
 * 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,{
	
});

Copyright © 2012 Yahoo! Inc. All rights reserved.