Skip to main content

Map inside my website with multiple locations.

Comments

1 comment

  • KC George

    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.