Google Maps - Street View Static Image

11,908

Street View now has a static images API. Here's an example:

http://maps.googleapis.com/maps/api/streetview?size=640x480&location=43.0635309,141.3253261&fov=120&heading=235&pitch=10&sensor=false

Here's the docs:

https://code.google.com/apis/maps/documentation/streetview/

2011: マクド

2017: マクドナルド

Share:
11,908
Quinton Pike
Author by

Quinton Pike

Entrepreneur and Web Developer / Designer.

Updated on June 11, 2022

Comments

  • Quinton Pike
    Quinton Pike almost 2 years

    Is there a way to insert an address into a link and have it bring up the street view?

    For instance:

    <img src="http://maps.google.com/?q=ADDRESSHERE&view=streetview" />
    
  • Trott
    Trott over 12 years
    That's v2 code, which is deprecated. Use the documentation and sample code at code.google.com/apis/maps/documentation/javascript/… instead.