'Embed Street View image (snapshot) with parameters
I saw this entry explaining hoy to view Google Street View passing parameters: Google street view URL
Also it is possible to embed it into an iframe:
<iframe id="iframe_streetview" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?t=m&ie=UTF8&layer=c&cbll=**[[LATITUDE]]**,**[[LONGITUDE]]**&panoid=&cbp=13,353.97,,0,0.23&ll=**[[LATITUDE]]**,**[[LONGITUDE]]**>&spn=0.004578,0.012059&z=16&f=q&source=embed&output=svembed"></iframe>
But I need just an image, not embed an street view...
I wonder if it is possible to embed just an image into an iframe just giving coordinates. (Obviously without API KEY. The cost is too much for my website)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
