MultiPoint is a collection of Points. Create a new instance with the OpenLayers.Geometry.MultiPoint constructor.
| OpenLayers. | MultiPoint is a collection of Points. | 
| Constructor | |
| OpenLayers. | Create a new MultiPoint Geometry | 
| Functions | |
| addPoint | Wrapper for <OpenLayers.Geometry.Collection.addComponent> | 
| removePoint | Wrapper for <OpenLayers.Geometry.Collection.removeComponent> | 
addPoint: function( point, index ) 
Wrapper for <OpenLayers.Geometry.Collection.addComponent>
| point | {OpenLayers.Geometry.Point} Point to be added | 
| index | {Integer} Optional index | 
removePoint: function( point ) 
Wrapper for <OpenLayers.Geometry.Collection.removeComponent>
| point | {OpenLayers.Geometry.Point} Point to be removed | 
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPoint: function( point, index ) 
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePoint: function( point )