Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps - Street View Static Image

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" />
like image 605
Quinton Pike Avatar asked Aug 31 '11 06:08

Quinton Pike


People also ask

Is Google Maps is static or dynamic?

Since the map produced is a static image, it won't be interactive or tailored to the user but it can be stylised through the custom parameters.

What is a static map Google Maps?

The Maps Static API lets you embed a Google Maps image on your web page without requiring JavaScript or any dynamic page loading. The Maps Static API service creates your map based on URL parameters sent through a standard HTTP request and returns the map as an image you can display on your web page.

Can I change Google Street View image?

Sometimes these images aren't accurate. If the Street View of your business needs an update, you can: Change the map marker for your business to associate it with different Street View imagery. Or, add your own Street View imagery with the Street View app.


1 Answers

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: マクドナルド

like image 51
nevan king Avatar answered Sep 28 '22 08:09

nevan king