700 questions
3
votes
0
answers
100
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
1
answer
80
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 ...
-1
votes
1
answer
123
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
175
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
475
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
460
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
158
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
57
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
613
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
96
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
263
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
282
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, ...
0
votes
0
answers
159
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: ...
0
votes
1
answer
691
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 { ...
1
vote
0
answers
524
views
How to get the 360° image from Google Street View
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 ...