Tagged Questions
The streetview tag has no wiki summary.
10
votes
2answers
240 views
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? ...
9
votes
3answers
868 views
Google Streetview existence function - NOT Javascript
Is there a way of ascertaining if a Google Streetview panorama is available from an Android application (i.e. using Java). I have seen other questions stating that there is a Javascript function ...
4
votes
3answers
371 views
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 ...
2
votes
3answers
936 views
How to tell if a Streetview exists before launching Streetview intent
Launching a Streetview intent for a location doesn't guarantee that a Streetview exists for that location. If the Streetview doesn't exist, the user just sees a black screen that spins. Is there a ...
2
votes
0answers
301 views
How to project Lat/Lon coordinates on a panorama image?
I have two sets of Latitude/Longitude coordinates.
The first one is the coordinates of an equirectangular panorama picture.
The second one of a point in sight. So it is on the picture.
I need the ...
1
vote
1answer
149 views
How can I embed a custom streetview in android app?
I know this is the way to start a street view Intent:
String uriString = "google.streetview:cbll=44.640381,-63.575911&cbp=1,90,,0,1.0";
Uri uri = Uri.parse(uriString);
startActivity(new ...
1
vote
1answer
142 views
Android StreetView compass mode coordinate-system change
I would like to develop an application to Samsung Galaxy Beam which has a built in projector. I would like to project streetview the similar way to the compass mode (when the device rotates the ...
1
vote
1answer
202 views
iPhone : Using Streetview (as in Trip Advisor)
I know the mapkit does not support street view but it is possible to render it in a web control (as shown in another stackoverflow post: Google Map Street view in Iphone app.).
However, in the Trip ...
1
vote
1answer
169 views
Google Streetview API
I'm looking for a way to make a visible marker on Google Streeview (using the streetview API?). Can anyone help me?
On our application the user has to find items to trigger different events but ...
1
vote
3answers
475 views
How to disable mouse wheel zoom on Google streetview?
Consider the following example code:
http://code.google.com/apis/maps/documentation/javascript/examples/streetview-simple.html
I can do scrollwheel: false on a mapOptions to disable mouse wheel zoom. ...
1
vote
1answer
812 views
Automatic Streetview transition in Google Maps v3
If you go to http://maps.google.com and zoom in until Google runs out of map the viewer automatically transitions to Streetview-mode (at least if Streetview is available at the location you zoomed in ...
0
votes
1answer
52 views
How to show Streetview on maps in android?
How can we write code to show the Streetview like the below shown image in android?
If i'm applying
mapView.setStreetView(true);
it's showing as normal view. But i need to show like the below ...
0
votes
0answers
28 views
Detection the insertion of the Google StreetView blue overlay
When you hover the little yellow man over a google map, a blue overlay appears highlighting the streets (and when you drop the yellow man, the streetview panorama appears).
I would like to be able to ...
0
votes
0answers
16 views
How to determine if Google streetview has found a result?
How to determine if Google streetview has found a result?
Using this line:
streetView.setLocationAndPOV(bounds.getCenter());
0
votes
1answer
91 views
How to display a MapView and a StreetView simultaneously?
I want to display a MapView that may be used to select a point to be displayed by StreetView in a separate area. I know that the API disallows multiple MapViews in a single process.
How can I cause ...
0
votes
0answers
83 views
mouseover streetview flash not showing text of street names or landmarks
I have a hybrid application that is using both v2 and v3 google maps. I am using the v2 in the bottom portion of the page because my boss likes to use the flash version of streetview.
Everything ...
0
votes
1answer
409 views
Implement Google Maps v3 Street View
I am trying to figure out how to turn one of the following three maps into a street view.
Road Map
Hybrid
Satellite
This is the code below that I use to generate three different google maps:
...
0
votes
1answer
78 views
Google streets view api
Hi i am trying to show a png like image of a location's street view , using the street view api. I created a div of 80 by 80 pixels and fr panorama options i passed in the following...
position: loc,
...
0
votes
0answers
242 views
Simulating Street View link from Google Maps API
We are developing an application where we need to simulate the controls provided by Street View with calls to the Maps API. One of the things we need to do is getting the next Panorama, the next link, ...
0
votes
0answers
322 views
Bing Map Silverlight and floating push pin in street view mode
I am developing a project in Silverlight using Bing Maps and I am facing a problem using Push Pins.
The problem is that when the map is in streetview mode all the push pins I have on the it are ...
0
votes
0answers
311 views
how to add streetview icon to simple Google Maps controls
I have a simple implementation of Google Maps (v2) onto which I'm plotting custom locations with custom markers. All works perfectly. However, I have the requirement to add the streetview icon to ...
0
votes
1answer
222 views
Next & Nearest Google Streetview for a given IP or Latitude=Longitude
I'm using ipinfodb.com for a while to get the Latitude and Longitude from the user IP to view the google streetview. But recently ipinfodb has changed their database, and most the latitude/longitude ...
0
votes
2answers
1k views
Android: using StreetView without starting an intent
I'm working on a simple android app in which I want to, once the user has clicked a button on the main screen, display the streetview of known coordinates.
I can create display a map like so:
...
0
votes
0answers
282 views
street view problem in IE8
i am working on google map,streetview.
i am using below code. this is working fine in all browsers except I.E-8. how to solve this problem? anybody help me..i am giving link here which code i am using ...
0
votes
1answer
897 views
Google Maps V3 StreetView not displaying on second setVisible() call
EDIT: Heard back from Google, they've confirmed this is an issue on their end.
EDIT2: my contact at Google has informed me they've fixed this bug.
I've got a troublesome bug using the Google Maps V3 ...
0
votes
2answers
775 views
Customising Google Streetview embed
I'm using streetview as an embed in one of my pages. I'd really like to remove the streetview controls though, or at least change their position to the top right, instead of the default top left.
My ...
0
votes
1answer
754 views
Calling StreetView in IPhone Maps App from External Application
I'm trying to make an external call to the google maps application on the iphone from my application and send it straight to "streetview" mode from two lat, lon coordinates. I've tried a variety of ...
-3
votes
1answer
85 views
How to program street view in iphone? [closed]
I am going to make a code of street view in iphone.
How can I program this?
Somebody says it uses MKMapView or UIWebview.
Is this correct?
I want the detailed sample code.