I'm using this function call for defining and after drawing a
rectangle on a map:
var L = new GPolygon([
new GLatLng(south, west),
new GLatLng(north, west),
new GLatLng(north, east),
new GLatLng(south, east),
new GLatLng(south, west)
], "#f33f00", 5, 1, "#ff0000", 0.2);
when:
N= 90
S=-90
E=180
W=-180
the rectangle which is filled is not the all world but just a vertical
line.
What I'm missing in this?
Cheers, Sergio
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---