I am getting two different streetviews, and I'm wondering if anyone can help me understand why the difference occurs.
I start on google maps and zoom into the streetview with the following URL:
I then extract the latitude and longitude and generate the following static streetview:
https://maps.googleapis.com/maps/api/streetview?size=600x600&location=(51.0445, -114.059)&sensor=false
However, when I compare the two views they are different. Any ideas why?
I guess you don't mean the size(of course it will differ, because static maps have a limited size )
Static maps have multiple parameters(documentation):
location
when I open the first link at least for me the location will be changed to 51.044463,-114.058452
.
heading
for the first link it's the parameter followed by a h
: 346.38
fov
for the first link it's the parameter followed by a y
:75
pitch
for the first link it's the parameter followed by a t
:85.83
substract 90 from that value: -4.17
Result without these parameters:
Result with the parameters:
Screenshot for the first link(browserwindow resized to a viewport of 600x600)