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
Reshmi SmijuReshmi Smiju 

Google Map along with List view IN SFDC

Hi,

I have a client requirment  of buidling Google Map along with List view IN SFDC as shown below. I just created a google Map along with Marking Latitude&longitude of the contact . Along with how to incoporate the LIst view. Pls let me know, how to achieve this. Thank In advance.

User-added image
Andy BoettcherAndy Boettcher
You would be looking at a VF page that has the apex:listViews component (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_listViews.htm) at the top with your chart below it.  You'll have to use some jQuery trickery to detect the row highlight and pass those values into your google maps component.