On Jun 8, 2:38 pm, orkun <[email protected]> wrote: > > I think Gpolygon construction has an error. > alert(polyPoints[3]); // ! OK lat/long (41.60027511551691, > 32.895049203798)
You're right. It does have an error, and an alert() won't tell you what it is. However, I would expect you to get an error flagged in your browser when your page code is executed. What is your polyPoints[] array an array of? Caution: it is not an array of GLatLngs as required by GPolygon. -- 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.
