The google-street-view tag has no wiki summary.
3
votes
1answer
74 views
How to check if Google Street View Image API returns no image?
I am using Google Street View image API to show an image of a location.
It works fine, however when no picture is available i get a black image instead of a location picture. Is there any way I can ...
2
votes
1answer
206 views
Google Maps streetview shows awesome panoramio photos in China - can we do this?
If you have a look at Google Maps and search for some place in China like Tiananmen Square for example, then drag out the little streetview man, he does not go on the roads like normal... instead ...
2
votes
2answers
729 views
Take a picture from google streetview
Is it possible to embed streetview for an address. Then user will move around in streetview with zoom, pan etc and finally can we provide user a button which will capture the image and send to an ...
0
votes
1answer
13 views
Streetviewevent in Google Maps JavaScript API V3 not found
I need two events in the Google Maps JavaScript API V3 but i can't find them. First I need the event where the normal map changes to streetview. Secondly the event where the streetview closes. I would ...
0
votes
2answers
39 views
How to get street directions in google map
I want to display street directions from my current location to particular known location(latitude and longitude), how to do it using google map?
0
votes
1answer
37 views
Animate a route displaying both google maps and google streetview
I'm working on a routetracking webbapp and thought it would be cool to animate the route instead of just showing it on a map.
I think this is pretty cool: ...
0
votes
0answers
23 views
Is there any way to annotate google street view?
I'd like to annotation google street view with Maps v3 .
Here is an Maps v2 plugin library can do that :
http://googlegeodevelopers.blogspot.com/2009/11/mapsicle-10-annotating-street-view.html
But ...
0
votes
0answers
26 views
how to parse out POV from embed code of google street view
I need to parse out the LatLng and POV parameter from the following code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ...
0
votes
0answers
66 views
GStreetViewPanorama marker overlay within street view
How can I have a marker appear within street view ?
I'm not asking for an overlay to show where street view is available, I want to actually put a marker inside the GStreetViewPanorama component that ...
0
votes
1answer
85 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
555 views
Google Street View from my app
I have an iphone app that contains some landscape photos (of which I
also know
latitude and longitude). Can I open Google Street View from my
application?
You can bring me some sample code?
Many ...
0
votes
1answer
229 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
1answer
473 views
Get rid of sidebar when linking to Google Maps Streetview
I'm using the v3 maps JS API google.maps.getPanoramaByLocation to create a link to streetview with lat/lng which looks like: ...
0
votes
1answer
197 views
Resizing street view object
Hello StackOverflow'ers,
I have a (flex) app that, on the click of a button, resize a div (in javascript) at the bottom of the page and shows your position in google street view in it.
The things is ...