How can we add multiple layers in Map? Also, we need to remove particular kml layers from map.
I have added multiple layers adding one by one
kmlLayer=new MapmyIndia.kml(map,kml, {fitBounds:true,async: true});
kml url pass dynamically in this code.