Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
function loadLibs()
{
Qva.LoadScript('http://www.google.com/jsapi', function () {
Qva.LoadScript('http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.0.1/src/markercl...', function () {
Qva.LoadScript('https://maps.google.com/maps/api/js?sensor=false&callback=Map_Done')
});
});
};
Hi Mani,
You need to show us more code.
That function will only load Google Maps API and MarkerClusterer.js and call a function when it's loaded.