The street-view tag has no wiki summary.
0
votes
1answer
90 views
I want to add popover/overlay/hotspot on the streetview of google map in android
What I want is to tag some objects in streetview by an icon. And as the streetview rotates the hotspot icon should also move with it, As i have shown in bellow images that the tag should be moving ...
-1
votes
1answer
55 views
Google Street View Like Engine
what I'm trying to start doing is creating a google street view like engine, however i haven't really worked with images and opengl/directx however i have a very good understand in the programming ...
1
vote
0answers
90 views
android interactive google street view api
is there an interactive google street view api?
I want to give users an interactive street view experience (whether with google or not), based on passing coordinates to get what the image is
I have ...
1
vote
0answers
196 views
google maps api v3 street view custom marker rendering issues
I've been writting a small xmas website so people can search for a friends address in street view, then choose a zoom level and decorate their house with xmas ornaments (custom markers that overlay ...
2
votes
1answer
313 views
Multiple custom Streetview generation
I want to show another streetview pane on the screen.
I bound the "redraw()" function to the button onclick event.
The calling of redraw() function from the onclick event failed to draw another ...
0
votes
1answer
643 views
Google Street View heading issue
I'm working in a project where I need to show google map street view heading towards road.
I've set the heading: 0 for the panorama object. But for different location it shows the heading ...
2
votes
2answers
480 views
Google Street View in a TWebBrowser
Has anyone had any success getting StreetView to display in a TWebBrowser control?
I want to build a Url programmatically and have it display in a simple Delphi form.
Here's what I have so far for ...
2
votes
0answers
509 views
Adding an overlay image on Google Street View
I am trying to display an overlay image within street view.
I used the code available on google documentation regarding Custom Overlays:
...
2
votes
1answer
182 views
Any way to have gmaps4rails open the map in Street View?
I've tried changing the zoom level, but it always stays in the map mode. Couldn't find any info on the wiki either. Any help or other suggestions would be appreciated.
3
votes
1answer
2k views
Street view API 3 (add custom minimap) close button Street view and Pegman
In my script, when you drop the pegman on to the map, it loads Street View with a custom minimap. You can see the minimap with the pegman and move it for Street View, and it works fine.
However, ...
1
vote
3answers
213 views
Does Street View has any cost? Can I use it on Windows Phone systems?
I want to develop an application for Android, Ios and Windows Phone. This application uses in huge way street view / augmented reality..
So my questions are:
Use Street View in my app has any cost ...
0
votes
3answers
2k views
how can i set Street view for Google map in Android?
For Displaying the street view in the map i am putting the following code:
mapView.setStreetView(true);
But, it is not executed it shows the following message when i write the method.
The method ...
0
votes
0answers
866 views
custom overlays and info windows on custom street view panorama, API v3
Premise: I'm making custom panoramas using the Google Maps Street
View v3 engine. I'm pretty much a total noob, googling around as I
need to figure things out... but learning nonetheless.
Goal: I ...
3
votes
4answers
699 views
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: ...
0
votes
1answer
3k views
Google Streetview API - Get Panorama JPG
Is there a way for me to get a complete 360 panorama image (such as a jpg) from a location in Streetview? Basically, I want to do custom presentation of the image and want to download the whole thing ...
0
votes
2answers
302 views
Remove/Edit Google's link on Google Maps
Is there a way of removing or editing the white bottom-left "Google" link in a Street View panorama? I don't mind that it is there as long as it doesn't link back to the coordinates of the place it's ...
0
votes
1answer
517 views
Android:StreetView intent causing ActivityNotFoundException
I am trying to add streeview to my android application but I keep getting the following exception.
01-06 18:35:35.810: E/AndroidRuntime(2497): FATAL EXCEPTION: main
01-06 18:35:35.810: ...
0
votes
1answer
345 views
How can i auto change the rotation angle of google street view?
I'm using google street view , i want to make users look around the street when they enter my site.
I have tried this:
var lookAround = function(){
pano.getPov().heading = pano.getPov().heading + ...
1
vote
1answer
198 views
Google earth api javascript control
I have an HTML file in which the camera flies from space to a street view and I only need to move forward, in a random direction to the next streetview and keep moving. Just like keeping the up arrow ...
6
votes
3answers
1k views
detecting “we have no imagery” of google maps street view static images
I'm generating street view static images like so:
http://maps.googleapis.com/maps/api/streetview?size=120x114&fov=120&sensor=false&scale=1&location=42.3803377,-71.0216423
If you ...
2
votes
3answers
1k views
How do I implement “move forward” action for Google Street View?
I am building a custom view on a webpage that displays Street View in one of my DIVs. I'm using the V3 Javascript API to control navigation in the view. My custom controls are actually in a different ...
1
vote
1answer
1k 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
379 views
Google Maps StreetView in Flex?
I see that Google Maps Streetview is available in Javascript API . And there is no such service in Flex/Flash API
Is there any workaround for using that in Flex ? I really need this....
0
votes
1answer
230 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
1answer
2k views
Google MapsV3 StreetView problem - not working if streetview not available
We have a standard map (MapTypeId.ROADMAP) with a marker on it. Above the map is a button that says 'Show StreetView'. If the user clicks on it, it loads StreetView at the position of the marker (in ...
1
vote
1answer
411 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 ...
2
votes
1answer
651 views
How to make the little guy in google map snap back to the nearest point if threw away?
In this google map sample: http://code.google.com/apis/maps/documentation/javascript/examples/streetview-simple.html
If the user dropped the little guy far away in the middle of the ocean for example, ...
0
votes
1answer
817 views
How to show google maps and street view in the same time?
I want to show google maps and street view and have a relation between them so that if the user moved in the map the street view will refresh, something like this ...
2
votes
2answers
4k 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
1k views
Google Street View API V3 - tiles loaded event?
Is there an event that fires when the Street View has finished loading all the tiles that make up a panorama? Currently if you change the position manually (StreetViewPanorama.setPosition) the ...
0
votes
2answers
656 views
Next & Nearest Google Streetview for a given IP or Latitude/Longitude [duplicate]
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 ...
1
vote
1answer
3k 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:
...
1
vote
3answers
750 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. ...
0
votes
1answer
1k 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: ...
6
votes
1answer
1k views
Can I use the Google Streeview API with my own images?
Title pretty much says it all. I want to use streeview for an area not on google maps, so could I add my own roads and then add my own panoramic images for streetview?
It's also for personal use, ...
0
votes
2answers
317 views
Is there a way to get the right camera orientation of a google Street View Panorama with just the address?
You know, if you give the address to the Google geolocation service it returns the latitude and longitud, so you can mark the place in the map or go there in the street view thing.
Anyway, even when ...
4
votes
3answers
596 views
Can ScrollWheel be disabled in a custom street view?
I am building a site and I have a page which takes an address and uses it to generate a 2D roadmap style google-map and then next to it, the street view for that address.
My problem is that these two ...
0
votes
2answers
490 views
How to use Streetside of Bing map with silverlight?
Hi
I am tring to use Bings Streetside.
I have searched a lot in Google but nothing.
In all post says, that I need to download Microsoft.Maps.MapControl.ExtendedModes.dll but all links are invalid. I ...
4
votes
1answer
2k views
Using google street view with a marker, how do I point the POV at a marker?
I have a simple street view working to show me a street view given an address:
var geocoder = new google.maps.Geocoder();
var address = "344 Laguna Dr, Milpitas, CA 95035";
geocoder.geocode( { ...
0
votes
1answer
565 views
Adding street View in Google Maps -Android and iPhone
I'm trying to develop an application that show the traffic congestion in country like saudi Arabia , I did some search and found that street view is not available for Saudi Arabia , if this is true ! ...
0
votes
1answer
585 views
Is it possible to use Bings street view with ASP.NET or Silverlight?
Hi
I wont write web application, which will use street view of Bing(or Googles one if it can be used by ASP.NET or Silverlight).
I found SDK for Bing map: ...
3
votes
1answer
601 views
street light and shadow in opengl?
To make a scene street illuminated, i tried,
point source light, used glMaterial and used ambient light......
I get a scene fully illuminated, not exactly the way like street light, can anyone share ...
6
votes
1answer
873 views
How does Google do Maps' Street View Cursor “Following”
In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example:
...
0
votes
1answer
525 views
Strange Google StreetView Internet Explorer warning
I have a small problem with a SWT.Browser widget who throws a quite puzzling alert.
I tried to test the Google StreetView API in a browser so I made this page (actually I did not make anything, juste ...
2
votes
0answers
766 views
Recreating streetview effect in my own iPhone App
My app allows you too "look" around a room in every similar manner to how you can "look" around a street when you are in streetview in the Maps application. Does anyone know of a simple way to ...
1
vote
3answers
3k views
Getting lat/lng/zoom/yaw/pitch from Google Street View
I have a Google map and street view based on provided lat/lng coordinates, zoom, yaw and pitch. I need to invoke a javascript to update a hidden field for each of these values whenever any of the ...
1
vote
6answers
2k views
How do Google Maps do their panoramas?
How do Google Maps do their panoramas in Street View?
Yeah, I know its Flash, but how do they skew bitmaps with Correct Texture Mapping?
Are they doing it on the pixel-level like most Flash 3D ...
8
votes
3answers
23k views
Google street view URL question:
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 ...
1
vote
2answers
2k views
Best (or any) way to programmatically screen grab a Google Street View panorama
As the question implies, I'm looking for a way to programmatically screen grab a given panorama, I.E set a longitude and latitude and POV (pitch, yaw and zoom) and save the grab to the server. So far ...
