Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi I attached the following script from js which will add us map i want canada map like this any ideas

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

  });

  });

};

1 Reply
Alexander_Thor
Employee
Employee

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.