Page 1 of 1

Add multiple markers to Google Map from Salesforce

Posted: Thu Sep 19, 2013 10:57 pm
by Paul Q

I've set up my Salesforce connection and all is working fine, have added another page with a Google map and im trying to figure out how to add multiple markers from my salesforce data to the map (data has lat/longs and full addresses). Documentation only shows how to do this with manually typed in test data.

Any ideas?

Thanks


Add multiple markers to Google Map from Salesforce

Posted: Fri Sep 20, 2013 4:06 am
by maxkatz

Are you talking about this tutorial http://docs.appery.io/tutorials/addin... ?

You would get the data, iterate over the data and programatically add each location to the map.