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
RajivRajiv 

Google Map integration with Salesforce

Hello!!

 

I need help on google map integration with Salesforce. Right now it's working perfectly the only problem is that it's showing only one company along with address. I want to show all the other companies which belong to the same region. 

 

Does anyone know how can we do this. Help is really appreciated. Thanks in advance.

 

Regards,

Rajiv

RajaMohanRajaMohan

Hi Rajiv,

 

You might be passed only one value of the company through Google API. Try accumulate the company names into a list and use <apex:repeat> tag to pass the values in the VF page.

 

Also, It will be much appreciated if you tell me the type of chart that you are using on your VF page.

 

 

Best Regards

Raja