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
variaxvariax 

multiple mark up google map on saleforce

is there a tutorial you can give me or a piece of code, to make a multiple mark up google map on salesforce.. any help would be very useful. thanks!

GaneshDGaneshD

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