OpenLayers JavaScript Mapping Library |
OpenLayers. Geometry. MultiPointMultiPoint is a collection of Points. Create a new instance with the OpenLayers.Geometry.MultiPoint constructor. Inherits fromSummary
OpenLayers. Geometry. MultiPointaddPoint
Wrapper for OpenLayers.Geometry.Collection.addComponent Parameters
removePoint
Wrapper for OpenLayers.Geometry.Collection.removeComponent Parameters
|
Wrapper for OpenLayers.Geometry.Collection.addComponent
addPoint: function( point, index )
Add a new component (geometry) to the collection.
addComponent: function( component, index )
Wrapper for OpenLayers.Geometry.Collection.removeComponent
removePoint: function( point )
Remove a component from this geometry.
removeComponent: function( component )