Yes. So is it wrong?
On 16 Ağustos, 13:33, Rossko <[email protected]> wrote: > > pointsArray.push(new > > GLatLng(gelenDizi[i][1],gelenDizi[i+1][0])); > > Did you mean > pointsArray.push(new GLatLng(gelenDizi[i][1],gelenDizi[i][0])); > so as to get the lat and long that go together? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
