0

It is possible access to Google Street View without passing via Google Map?

I have a graph with latitude and longitude. There is some tools for obtain the vision of Google Street View with only the knowledge of this two parameters?

Thank you in advance,
Giacomo

Giacomo Alessandroni
  • 696
  • 1
  • 14
  • 28

1 Answers1

1

I don't know if I understand your question correctly, but when you want to avoid the usage of the maps-API, you may embed an iframe, then you don't need to load/use the maps-API.

The URL would be:

https://maps.google.com/maps?layer=c&cbll={latitude},{longitude}&cbp=,{bearing},{tilt},{zoom},{pitch}&source=embed&output=svembed
Dr.Molle
  • 116,463
  • 16
  • 195
  • 201
  • Thank you. Your answer isn't completely right, but helped me to find the result. Here are an example: https://www.google.it/maps/@43.726322,12.636374,0a,75y,90t/data=!3m3!1e1!3m1!2e0 – Giacomo Alessandroni Feb 23 '15 at 15:59