Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
100 views

I have a Google Map implemented with basic Javascript, where a toggle between Streetview and the normal View. I am NOT talking about remove StreetView Toggles/Controls in normal views. I want to hide ...
Patrick's user avatar
0 votes
1 answer
80 views

I integrated Google StreetView in my iOS application. I also added maker into `PanoramaView'. But now I want to add custom Label and Distance to marker. How can I calculate and show distance to each ...
Nick Patel's user avatar
-1 votes
1 answer
123 views

I'm trying to open Google Street View in fullscreen mode but it's not working. This is my code: String uri = String.format("google.streetview:cbll=%f,%f", latitude, longitude); Intent ...
Pedro Furquim's user avatar
0 votes
1 answer
175 views

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
-2 votes
1 answer
475 views

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
460 views

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
158 views

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
57 views

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
0 votes
1 answer
613 views

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
-2 votes
1 answer
96 views

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
5 votes
1 answer
263 views

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
282 views

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
159 views

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
691 views

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
1 vote
0 answers
524 views

I am working on a project where I have developed a Python code that retrieves the 360° image of a specific point (lat, lon) using the Google Street View API. I used this request to obtain 4 images of ...
Fourat Larnaout's user avatar

15 30 50 per page
1
2 3 4 5
47