[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread Rossko
>         geoXmlLayer.hideDocument(geoXml.docs[0]); What is 'geoXml'? Did you mean your geoXmlLayer object, that should have a .docs[0] array property. I expect your browser error messages should have helped point to this -- You received this message because you are subscribed to the Google Gro

[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread Raju M
Thanks very very much... script cheat me. its not working very well... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group,

[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread Raju M
Thanks mate... http://geoxml3.googlecode.com/svn/branches/polys/geoxml3.js this script helped me... before I have one more problem in my one of the KML file. its not displying very well. but that same file works very well with google earth. anyway thats for the help On May 18, 2:08 pm, "geocode...

[Google Maps API v3] Re: How can I remove GeoXml Layer In map

2011-05-18 Thread geocode...@gmail.com
On May 18, 5:38 am, Raju M wrote: > please check this code > > var geoXmlLayer; > var doc = []; > function toggleGeoXML(id,checked) { >     if (checked) { >         geoXmlLayer = new geoXML3.parser({ >             map: map, >             singleInfoWindow: true, >             afterParse: useTheData