Questions tagged [google-street-view]

Google Street View is a technology featured in Google Maps and Google Earth that provides panoramic views from positions along many streets in the world. It was launched on May 25, 2007, in several cities in the United States, and has since expanded to include cities and rural areas worldwide.

Google Street View is a technology featured in Google Maps and Google Earth that provides panoramic views from positions along many streets in the world. It was launched on May 25, 2007, in several cities in the United States, and has since expanded to include cities and rural areas worldwide.

Where available, Street View images appear after zooming in beyond the highest zooming level in maps and satellite images, and also by dragging a "pegman" icon onto a location on a map. When dragging the pegman icon, blue lines on the map showing Street View imagery will appear. Using the keyboard or mouse, the horizontal and vertical viewing direction and zoom level can be selected. A solid or broken line in the photo shows the approximate path followed by the camera car, and arrows link to the next photo in each direction. At junctions and crossings of camera car routes, more arrows are shown. By using Google Maps, users can turn on stereoscopic 3D mode by right-clicking in Street View to get an anaglyph version of any Street View images. However, this mode requires users to wear red/cyan glasses to see the 3D effects.

On November 21, 2008, Street View was added to the Maps application installed on the Apple iPhone. On December 10, 2008, Street View was added to the Maps application for S60 3rd Edition. Street View has now also been added to the BlackBerry and Windows Mobile versions of Google Maps. All versions of Google Maps for the Android operating system feature Street View, and the digital compass can be used to look around the locations. On February 14, 2013, Google Street View became available on the Wii U under the name Wii Street U.

Google Street View displays panoramas of stitched images taken from a fleet of specially adapted cars. Areas not accessible by car, like pedestrian areas, narrow streets, alleys and ski resorts, are sometimes covered by Google Trikes (tricycles) or snowmobiles. On each of these vehicles there are nine directional cameras for 360° views at a height of about 8.2 feet, or 2.5 meters, GPS units for positioning and three laser range scanners from Sick AG for the measuring of up to 50 meters 180° in the front of the vehicle. These are used for recording a rough 3D model of the surroundings, enabling faux-3D transitions between distinct panoramas where the environment images are momentarily mapped onto this 3D model while being crossfaded to create an animated perspective change as the user travels from one panorama to another. There are also 3G/GSM/Wifi antennas for scanning 3G/GSM and Wi-Fi hotspots. More recently, high quality images have been based on open source hardware cameras from Elphel.

Source:http://en.wikipedia.org/wiki/Google_Street_View

708 questions
58
votes
5 answers

Google street view URL

Hi I have the address of a property and my application can launch a browser to go to http://maps.google.com?q=searchStringHere. If a good match is found it will take it directly there. Is there any thing I can append to the url to make it switch to…
Tim Matthews
  • 5,031
  • 8
  • 38
  • 45
39
votes
6 answers

Getting the POV for Google StreetView API

I am currently using the Google Street View Panorama embed and I want to get the POV (more specifically heading) for a particular address. Google does this via maps.google.com, where, given an address, it'll drop you into street view and it will…
Benny Wong
  • 6,773
  • 5
  • 31
  • 25
31
votes
6 answers

StreetView API: Hiding FullScreen Control

I am trying to hide the toggle fullscreen element in the Streetview API HUD. panorama = new google.maps.StreetViewPanorama(document.getElementById(data.id), { position : new google.maps.LatLng(data.lat, data.lng), pov:…
matthiasdv
  • 1,136
  • 2
  • 15
  • 26
19
votes
3 answers

How to check if Google Street View available and display message?

I am passing lat and lng variables and display google sreet view in a div. The problem is that when the StreetView is unavilable then nothing is displayed. I would like to check if there is a streetview for a given lat and lng and display a message.…
Vonder
  • 4,033
  • 15
  • 44
  • 61
18
votes
2 answers

Setting HTTP Referrer on Maps API Browser Key Results in 403 Error

I'm confused about how the HTTP Referrer settings work on Google Maps API Browser Keys. I'm building a webpage that programatically requests images from Google Maps (primarily the Google Maps Street View Image API, but also does some queries of…
mix
  • 6,943
  • 15
  • 61
  • 90
17
votes
8 answers

How can I tell if Google's Streetview Image API Returns "Sorry, we have no imagery here" (ie. NULL) Result?

The Google Street View Image API lets you embed a static (non-interactive) Street View panorama or thumbnail into your web page, without the use of JavaScript. Request URL: http://maps.googleapis.com/maps/api/streetview?parameters +The Problem+ If I…
Mike B.
  • 773
  • 3
  • 12
  • 26
16
votes
3 answers

How to know if street view panorama is indoors or outdoors

Today more and more businesses use street view to show apartments from indoors. My program supplies ability to show street view according to selected business. But I don't want to show indoors. Only Outdoors. Because Indoors blocks me to move, only…
Maxim Shoustin
  • 77,483
  • 27
  • 203
  • 225
15
votes
4 answers

Get heading and pitch from pixels on Street View

I think this is the best place for this question. I am trying to get the heading and pitch of any clicked point on an embedded Google Street View. The only pieces of information I know and can get are: The field of view (degrees) The center…
14
votes
4 answers

Ascertain Google Streetview function existence

Is there a way of ascertaining if a Google Streetview panorama is available from an Android application (i.e. using Java). No alternatives seem to exist for PHP or Python or other server-side technologies. The impact of calling Google Streetview…
alshapton
  • 568
  • 5
  • 17
14
votes
1 answer

URL scheme for the Google Street View App (Not Google Maps)

I'm using Google Cardboard with the Street View App. I want to be able to create a link that sends users directly into the Street View App to view a specific location. Within the Street View App I can create a link from a location, if it's a…
davevsdave
  • 264
  • 2
  • 15
13
votes
6 answers

detecting "we have no imagery" of google maps street view static images

I'm generating street view static images like so: https://maps.googleapis.com/maps/api/streetview?size=1080x400&location=%s&fov=90&heading=235&pitch=0&key=%s If you visit that link you see an image that says, "Sorry, we have no imagery for…
tester
  • 22,441
  • 25
  • 88
  • 128
12
votes
2 answers

How does Google StreetView recognize 3D planes?

Inside Google Street View, moving the mouse around over different buildings and stuff, it highlights the 3D plane in which that surface of the building is located. How does it recognize this thing? Is it done automatically by machine algorithms, or…
Iulius Curt
  • 4,984
  • 4
  • 31
  • 55
11
votes
1 answer

Street View Map with Google Maps Using Text Address

I have a google map on my wordpress single post page that grabs the address from 2 custom fields. It works fine, but now I'm trying to add a street view link/option. I have on my page --