Map inside my website with multiple locations.
Hi Team,
I would like to insert a single map inside my website that contains different locations and pins.
Do you know if there is a way to do it with the standard map given in Brizy or if there is a way to implement a map from Google where i saved multiple locations?
Waiting for your feedback.
Thank you
-
Hello Matteo,
If you have a created a view of a map using "Google My Maps" at https://mymaps.google.com/ and have added multiple locations to the map, you can embed it on a Brizy Cloud page following the procedure at https://jmp.sh/VWYtBNHQ. Your page will look like https://restaurant-1.brizy.site/our-office-locations
The Embed code should look like this
<style>
iframe {
width: 100vw; /* 100% of viewport width */
height: 100vh; /* 100% of viewport height */
border: none;
}
</style>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1ZAVlUg8b9FERcbKiGbziUm5CMhj1Sbk&ehbc=2E312F&noprof=1" ></iframe>
If your map is created using a different tool, kindly let us know how you have created the map. We can provide you the procedure for the specific tool.0
Please sign in to leave a comment.
Comments
1 comment