On Feb 11, 1:34 pm, Zoyx <[email protected]> wrote: > What I am stumbling on, how do > I get at the coordinates of each polygon?
Just keep a reference to the GPolygon object in a global array when you create it, and then using that reference use the getVertex() method: http://code.google.com/apis/maps/documentation/reference.html#GPolygon -- Marcelo - http://maps.forum.nu -- -- 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.
