1 and 2 are pretty straightforward integrations using Google Maps APIs.
I remember Finsweet has a youtube video walking through the code and integration work that you should be able to find.
Check for cloneables as well.
You might also want to consider Mapbox, depending on your presentation goals.
3 and 4 are custom to your specific business logic, so you’d have to break that down. If users are just randomly clicking anywhere, you might get lat/long and address to work with as part of a click event. If you’ve pre-created pins and loaded data then you’ll know which pin they clicked.
Google maps or mapbox take care of most of the work regarding the pop-up that would appear, you just have to create the content and HTML, not the display interaction.
But based on what you’re describing, I’d think that click the map or pin would display info in the side panel instead, so that it can be part of the inputs to a calculator.
Hi @memetican, sorry for the late reply. Thank you so much for your answer.
In the end, because we already have developed a simulator, both back end and front end, all we need to do is connect the backend with the new webflow front end. There is a tool for that, called Wized. So in association with the developer, we’ll be able to do it.