OpenLayers.MouseListener.EditingListener.AddPathPoint This mouseListener allows user to add points to the path of a geometry in a vector layer feature * Constructor OpenLayers.MouseListener.EditingListener.AddPathPoint() -- Creates a new control. No options available. * Methods mouseDown -- none -- if user click close (distance lower than map.snappingTolerance) to a geometry segment on a current vector layer feature, a new vertex is added mouseUp -- none -- when mouse is up update the feature modified into its layer mouseOver -- none -- calls the movePathPoint mouseOver method _drawVertices({OpenLayers.Geometry}) -- none -- Internal function to draw all the vertices of a geometry _eraseVertices({OpenLayers.Geometry}) -- none -- Internal function to erase all the vertices of a geometry All other methods are inherited from {OpenLayers.MouseListener.EditingListener}