Google Maps v3 - Delete vertex on Polygon
Google Maps has the Drawing library to draw Polylines and Polygons and other things. Example of this functionality here: http://gmaps-samples-v3.googlecode.com/svn-history/r282/trunk/drawing/drawing-tools.html I want, when drawing and editing the polygon, to be able to delete one point/vertex on the path. The API docs haven't seemed to hint at anything. Ian Grainger This is currently an outstanding feature request (acknowledged by Google), issue 3760 . Here's my solution: http://jsbin.com/ajimur/10 . It uses a function that adds a delete button to the passed in polygon (below the undo button).