hello

here is my code. But the polygon involved is not seen.

Could you tell me why ?

~~~~~~~~~~~~
                 var polyPoints = new Array();

                for (i = 0; i < data.length; i++) {

                        polyPoints[i] = [ new GLatLng(data[i].list_gmaplat,
                                        data[i].list_gmaplong) ];
                        //document.write(polyPoints[i],'__tag_412$37_');
                }

                var polygon = new GPolygon(polyPoints, '#FF0000', 0.1, 0.4,
                                                     '#FF0000',0.4);
                map.addOverlay(polygon);
~~~~~~~~~~~

kind regards

-- 
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