Google Maps Inside the establishment

0

Good morning, someone can tell me how to google the map of a certain establishment on the site, however I want it to display the inside of it, which I can access in the maps, but I want a div with it in my contact page, how do I do this?

    
asked by anonymous 03.10.2018 / 16:11

1 answer

1

<iframe src="https://www.google.com/maps/embed?pb=!4v1538576086683!6m8!1m7!1sCAoSLEFGMVFpcE5qWUJPYlNYT0tDd3dRdG9tQkZ5RjB2RndraEtWNGlFZ290OG1u!2m2!1d-23.22514468500055!2d-45.92147622643756!3f256.199!4f0!5f0.7820865974627469"width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>

First you have to check if you have any image of the place in 360º. If you have:

1 - Go to Google Maps and select the location:

2-Clickonanyoftheimages,andselectShareorembedimageintheupperleftmenu,ontherightsideoftheimages:

3-ClickEmbedamapandcopyandpastetheHTMLcode:

    
03.10.2018 / 16:24