I have following function and I do not get this to work
s contains polyPoints0; this is an array with coordinates;
for (g=0;g<a;g++) {
s='polyPoints' + g;
var xxx= new
GPolygon(s,"#00ff00",3,1,"#FF0000",0.3);
map.addOverlay(xxx);
}
Does anybody have a clue?
Thanks
B
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---