All: I have a simple application that enables people to draw polygons on a Google map (using the standard Google Map API). After the user has rendered one or more polygons, I'd like to retrieve a list of the polygons drawn. Is there a way to ask the GMap2 class? I'd like to make a call like...(JavaScript assumed):
polys = myMap.getPolygons(); // <<< wish list method, does not exist today Certainly, I can create and manage my own array of GPolygons --- but, if I can simply use what the map already provides, I don't need to do this myself (and keep the same data 2x). Thoughts? Thanks, jpuopolo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
