> Yes. So is it wrong?

Well it was, but you're not doing it that way anymore.

Now we have
    var polygon = new GPolygon([theArray],.....
'theArray' is already an array of GLatLng and you don't need to put
the [ ] around it, because that makes an array of arrays.
GPolygon expects an array of GLatLng, not an array of arrays of
GLatLng.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to