Wow!
That's nice!
I'm trying to get what i need in that website :)
However, i have a problem with Gpolygons:
var coordinate = new Array(4);
coordinate[0] = new GLatLng(-3.0315399169921875,53.8576903963174);
coordinate[1] = new GLatLng(-2.9985809326171875,53.85688043125636);
coordinate[2] = new GLatLng(-2.9889678955078125,53.84250094245155);
coordinate[3] = new GLatLng(-3.0262184143066406,53.84503290088436);
var polyShape = new GPolygon(coordinate,"#fty345",2,1,"#oiu888",
0.2);
map.addOverlay(polyShape);
(I got the coordinates by clicking with the mouse on a visible map
area: the point.x and point.y gave me these numbers)
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---