How can I move the vertex of a GPolygon with javascript? I tried to use getVertex() to get the vertex. But it is an immutable GLatLng object. They only other way I know is do deleteVertex() and then insertVertex() with a new GLatLng object. Is this how it suppose to work or is there a easier way?
Wai Yip -- 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.
