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
Mani RenusMani Renus 

Google map to display Contact Address location

I have to create a vf page on contact.. in that Account lookup is created When i select a account it shows the all the contacts of that particular account aswell it display all the contact addresses in google map..How can we do this??
NehalNehal (Salesforce Developers) 
Hi,

Please refer to links below that will guide you on google maps:

1.https://help.salesforce.com/apex/HTViewSolution?urlname=Google-Maps&language=en_US
2.https://developer.salesforce.com/page/Code_Samples#Google_Maps_API_mashup_for_Leads.2C_Contacts_and_Accounts
3.https://success.salesforce.com/answers?id=90630000000guBkAAI
4.http://stackoverflow.com/questions/3122038/how-do-i-integrate-salesforce-with-google-maps
5.http://forceguru.blogspot.com/2012/01/integrating-google-maps-in-salesforce.html
6.http://teachmesalesforce.wordpress.com/2012/01/16/integrating-google-maps-in-salesforce/
7.http://salesforce.stackexchange.com/questions/25080/google-map-integration-of-visualforce-page-need-to-display-in-record

I hope this helps.