> var dizimiz = new Array(new Array(40.547200,34.980469),new Array > (40.563895,36.013184),new Array(39.639538,36.694336),new Array > (39.470125,34.936523),new Array(40.547200,34.980469)); > > Is it possible to use arrays directly inside the GPolygon?
You've seen this thread - http://groups.google.com/group/Google-Maps-API/browse_thread/thread/bf0ab73335c29e41/c1eec9999f0ef869#c1eec9999f0ef869 that explains that GPolygon expects an array of GLatLngs var dizimiz = new Array(new GLatLng(40.547200,34.980469),new 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 -~----------~----~----~----~------~----~------~--~---
