Last condition:

//-->LatLong Array preparing
var myArray = new Array(new GLatLng(40.547200,34.980469),new GLatLng
(40.563895,36.013184),new GLatLng(39.639538,36.694336),new GLatLng
(39.470125,34.936523),new GLatLng(40.547200,34.980469));

//------------->Starting

drawPolygon(myArray);

function drawPolygon(theArray)
{
var polygon = new GPolygon(theArray, "#f33f00", 5, 1, "#ff0000", 0.4)
                  map.addOverlay(polygon);
}

//GPolygon.RegularPoly(point,radius,4,0,"#ff0000",8,1)


On 16 Ağustos, 14:18, caglaror <[email protected]> wrote:
> I use the arrays data directly inside GPolygon(), then while i was
> posting this changed. You saw the working one because that sample
> doent use array. Please check url again :(
> I'll eat my keyboard.
>
> On 16 Ağustos, 14:13, Rossko <[email protected]> wrote:
>
>
>
> > > Pfff,
> > > :(
>
> >http://yeni.leptr.org/lepmap.asp?ver=6
> > now works for me in IE6 and FF2, make sure you're not looking at a
> > cached version in your browser- Alıntıyı gizle -
>
> - Alıntıyı göster -
--~--~---------~--~----~------------~-------~--~----~
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