706 questions
0
votes
0
answers
16
views
What is the accuracy of the location in the metadata returned by the Google Street View API? [closed]
I am currently conducting research related to positioning, and I plan to use the Google Street View API as one of the data sources. When returning street view images, the Google Street View API also ...
3
votes
0
answers
60
views
Remove Zoom Controls from Google Streetview
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 ...
0
votes
0
answers
25
views
How to Preview and Validate Street View Publish API Photo Connections Before Publishing to Google Business Profile?
I have successfully connected multiple photospheres using the Google Street View Publish API. The photospheres are linked with proper metadata, including latitude, longitude, heading, and connections ...
0
votes
1
answer
53
views
Add custom Label and Distance in PanoramaView Google StreetView
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 ...
0
votes
0
answers
110
views
Are there any ways to retrieve historical Google Street View image through API?
The Google Street View API only allows us to download the most recent street view images if we use coordinate information. I saw someone said you could get access to historical street view images if ...
-1
votes
1
answer
91
views
Open Google Street View in fullscreen mode via Intent with Java?
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 ...
0
votes
1
answer
146
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 ...
-2
votes
1
answer
326
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 ...
1
vote
0
answers
351
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 ...
1
vote
0
answers
133
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 ( {...
0
votes
0
answers
48
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 ...
0
votes
1
answer
445
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, ...
-2
votes
1
answer
88
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 ...
5
votes
1
answer
257
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 ...
2
votes
1
answer
218
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, ...