[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-05 Thread Gill
yes i mean like this. But still I couldn't find the exact code. My java script code is (function() { window.onload = function() { var map = document.getElementById('map'); var pakistan = new google.maps.LatLng(30.7311, 70.7412); var options = { center: pakistan,

[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-05 Thread Gill
Thanks Larry, But this couldn't help me. I want to on/off the layers (markers or kmls) through the side bar. Kaif -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google

[Google Maps API v3] Re: KML Layers limit to 5?

2012-07-05 Thread Gill
I've uploaded the markers in Google Maps API v3, now I am trying to add the side bar where users can interactively on/off the layers. Could you please tell me the exact code for this? On Friday, 1 June 2012 22:38:17 UTC+5, wnz wrote: > > My map page loads a dozen of KML layers. Users can inter