You need to sign in to do that
Don't have an account?

Display visual aide that links <apex:column> and <apex:mapmarker>
Hello everyone,
I have an apex class that queries for accounts next to the "current" account. Those get displayed in a visualforce page in the form of a googlemap with markers. In addition I present the records in a table for further visibility and transparency.
What I would love to achieve is connect the table with the map just it is in the lightning component -
https://developer.salesforce.com/docs/component-library/bundle/lightning:map
(hover in the table and highlight in the map or whatever possible)
This is what the visualforce page looks like:

I have an apex class that queries for accounts next to the "current" account. Those get displayed in a visualforce page in the form of a googlemap with markers. In addition I present the records in a table for further visibility and transparency.
What I would love to achieve is connect the table with the map just it is in the lightning component -
https://developer.salesforce.com/docs/component-library/bundle/lightning:map
(hover in the table and highlight in the map or whatever possible)
This is what the visualforce page looks like: