The documentation says the following about paths for polygons: "Inserting or removing LatLngs from the MVCArray will automatically update the polygon on the map." (source<http://code.google.com/intl/en/apis/maps/documentation/javascript/reference.html#PolylineOptions> )
So basically you can edit your polygon by editing the Array of LatLngs that you've specified as path for the specific polygon. Didn't test it myself, but I'm pretty sure that this works. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
