15 lines
272 B
HTML
15 lines
272 B
HTML
<iframe
|
|
id="street_view"
|
|
title="Street View"
|
|
width="500px"
|
|
height="500px"
|
|
style="border: 0"
|
|
allowfullscreengit
|
|
src="https://www.google.com/maps/embed/v1/streetview?key=
|
|
&location=47.2740517,-2.2116541
|
|
&heading=10
|
|
&pitch=10
|
|
&fov=70"
|
|
>
|
|
</iframe>
|