Skip to main content

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.

-1 votes
0 answers
42 views

How to Prevent Google Street View iFrame from Resetting When Sorting Div Containers?

I have a webpage where I want to sort div containers into different lists. One of these containers contains an embedded Google Street View image. My problem is that the Street View resets every time ...
Bodaruos's user avatar
-2 votes
0 answers
30 views

Avoiding Flickering in iFrame with Character Counter (Javascript)

I'm trying to recreate Neal's Password Game. I want to embed a Street View in an iframe. The user is supposed to enter the country in the text field. The characters should be counted in the text field....
Bodaruos's user avatar
0 votes
1 answer
106 views

How do I limit google streetview response to strictly google panoramas?

Is there any way for me to limit returned streetview pano's to only google instances. I tried setting StreetViewSource.GOOGLE for sources but still keep getting an outdated, non google pano which is ...
Jkk__'s user avatar
  • 1
-2 votes
1 answer
163 views

Filter Street View by Image Capture Date

Is it possible to filter the Google street view or Bing Streetside view by Capture Date? Ideally I would be able to give a date interval and only see those streets highligted in blue that were ...
user3001554's user avatar
1 vote
0 answers
184 views

Exact coordinates of image using Google Street View Static API

I'm using Google Street View Static API to get a streetview image of a certain object located at a certain location. My process follows those steps: First I query metadatas using my object ...
Mathis THURIES's user avatar
1 vote
0 answers
98 views

How to get elevation when click on building/terrain with Cesium.js and Google Map API

Currently I get elevation by click on autocomplete search input. async function searchByAddressHandler( place_id ) { await geocoder .geocode( {placeId: place_id} ) .then( async ( {...
Ahmad Habibi's user avatar
0 votes
0 answers
39 views

Elevating markers on google street view

I want to place markers high above ground. to explain in detail, i want the marker placed to look like its in the air, or for example on 8th floor of a building. google maps api only gives me lat and ...
zukach's user avatar
  • 1
0 votes
1 answer
210 views

Create/Add Marker to Google Map when Inside of Street View Panorama

I am using the Google Map Javascript API and am wondering how I can add a marker to the map while inside of the street view. When I am overviewing a road, I want to be able to go into Street View, ...
William Anderson's user avatar
0 votes
0 answers
59 views

How can I implement street view in flutter with marker in Android to the street view of user current location

How can I implement a street view in a Flutter with a marker in Android to the street view of the user's current location? I have tried some packages but they do not have an option for set-up markers. ...
Ankit Singh's user avatar
0 votes
0 answers
70 views

Need to Open the Address link in a Salesforce record as Google Street View rather than Map View

I am a Salesforce administrator and I need to help my Sales team to save time. During the day the Salespeople are required to view in Street View for each record but the address link takes them to ...
Antor Miha's user avatar
-2 votes
1 answer
77 views

Zoom by pinch gone in my Street Views with API version 3.53.10

I have been using Javascript API on my web site without specifying exact version or channel, so it's supposed to be weekly channel by default, I guess. A few days ago I noticed that I cannot zoom by ...
Marassa's user avatar
  • 196
5 votes
1 answer
241 views

Can we move forward and backward with GSV api in python

In Google street view, we'll move forward and backward with the help of arrows By the help of arrows, we'll move to new co ordinates. Can we implement that in python? I'm using google-streetview api ...
Stack Overflow's user avatar
2 votes
1 answer
156 views

Swift GMSPanoramaView (Google Maps Street View) - Add a Compass Button

I am using a Google Maps Street View in Swift and am trying to find a way to add a compass button or a constant compass. Simply put, as the user clicks and travels through the streets on the screen, ...
Yiags1978's user avatar
0 votes
0 answers
115 views

Disable drag on Google Street View

I want to disable drag on Google Street View (essentially turning street view into a photo). I've tried setting the following options in StreetViewPanorama, but none seem to work: motionTracking: ...
Captain_Planet's user avatar
0 votes
1 answer
460 views

Show InfoBox/InfoWindow on the streetView with react-google-maps-api

In this code sandbox, I have some markers with InfoBox nested in the marker that is shown on click. How can I also show that InfoBox when switching into the StreetView mode? // The imports import { ...
Amir-Mousavi's user avatar
  • 4,503

15 30 50 per page
1
2 3 4 5
47