function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VinnySusanthVinnySusanth 

Displaying multiple locatins in a Visualforce page with MapQuest

Hi, I have a Visualforce page which has a provision to enter multiple locations/addresses.On click of a button,it should show me the entered locations in mapquest. I am facing a problem with this requirement where the Mapquest API's refer to some Javascript files(mqexec.js,mqobjects.js and mqutil.js).I tried loading each of the javascript files as static resources and then including them in the visualforce page.But still i face an error as it is not recognizing the methods defiend in these Javascript files.(Eg: MqExec is undefined.) Please help me to find a solution to this problem. Thanks & Regards, Vini