Glad to hear it worked out! - Ben
On 01/12/2009 6:52 AM, "arclyte" <[email protected]> wrote: Ben, Finally got around to playing with this today. I still have some cleanup to do to get the rest of the code working, but the format that you suggested works like a charm. My final design is something like this: path[poly][ring] = new google.maps.MVCArray([new google.maps.LatLng ()]); To specify a polygon with one inner ring I use: poly[0].setPaths(new google.maps.MVCArray([path[0][0], path[0][1]])); Thanks for all your help with this! -Jim On Nov 24, 7:34 pm, Ben Appleton <[email protected]> wrote: > On Wed, Nov 25, 2009 at 3:32 AM, arclyte <[email protected]> wrote: > > Thanks for the help, Ben. ... > > <google-maps-js-api-v3%[email protected]<google-maps-js-api-v3%[email protected]> <google-maps-js-api-v3%[email protected]<google-maps-js-api-v3%[email protected]> > > > > > > > > > . > > > > > > > For more options, visit this group at > > > > > > >http://groups.goo... > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri... -- 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.
