Thank you, I realized that as I originally posted. But I also knew the "count" on the vertexes was off.
What I did was implement the iteration code to go through the getVertexCount and getVertex to get all points minus one. Then, those are put inside of a textarea so they can be submitted. Currently I am trying to make it so only one polygon can be drawn - the example from google lets any number of polygons be drawn on the canvas. On Jul 20, 10:44 am, ProbablyMike <[email protected]> wrote: > I think you'll need to use the getVertexCount & getVertex methods of > the > GPolygon.http://code.google.com/apis/maps/documentation/javascript/v2/referenc... -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
