If you can create XML contents for Multiple location then it's possible.
Structure something like
<markers>
<marker name="" address="" .........></marker>
<marker name="" address="" .........></marker>
...
.....
<markers>
I have done similar thing in one of our client website. But I was using ASP to generate XML content and passing these contents to Google MAP javascript code.
Hi,
If you can create XML contents for Multiple location then it's possible.
Structure something like
<markers>
<marker name="" address="" .........></marker>
<marker name="" address="" .........></marker>
...
.....
<markers>
I have done similar thing in one of our client website. But I was using ASP to generate XML content and passing these contents to Google MAP javascript code.
Regards
Ganesh