How to create a dynamic map connected to a CMS (Address column)

Trying to follow the below structure to provide as much info as I can possibly give.

Question:
How to connect a map (Google) to a CMS collection with a Location column, so it can be dynamic and filter the results based on the data in the CMS?

Product:
I’m using Wix Editor and would like to keep all functionalities within, without using code.

What are you trying to achieve:
I have a collection of members, with their personal details and a single column which is their address (location data type).
All data is presented in a dynamic page (full list of all members).
In the same page I have a google map, which I want to connect it to the same CMS collection, and point it to the address column, so initially, the map will present all the pins from all locations, and when clicking on one, the list of members will filter accordingly.

What have you already tried:
I have connected the map to the CMS collection, pointed it to the address column but the table is not updating itself and not responsive or dynamic.
The only way to present all locations is by disconnecting it from the CMS and enter locations manually to the map, which make it static with no filter capability.

Additional information:
You can find the page here, and have better understanding of what I’m trying to achieve.

Help and guidance would be much appreciated.
Thanks,

H.

I don’t think this is currently possible but you can request this feature on the roadmap: Product Roadmap

I think your wished functionality is possible to be achieved.

All you need will be…

  1. A database with LONGITUDE AND LATITUDE-VALUES (location-values)
  2. A HTML-Component or a CUSTOM-ELEMENT
  3. and a lot of CODE.

Such projects have already been here inside the forum. Try to search for it. Those who have created such google maps-functions, are not active anymore here in the forum.

But out of my view → IT SHOULD BE POSSIBLE!