Questions tagged [google-streetview-publish]
41 questions
1
vote
1 answer
How to connect one pano to multiple panos using Google street view publish API?
I'm using photo.update request for panos(360 panoramic images) connection in python. I'm able to do only connect one pano to another pano but I want to connect one pano to multiple panos. I'm not getting a successful result.
I have sent the…

Menu
- 677
- 1
- 12
- 30
1
vote
1 answer
PHP : Trouble developing CURL request for file upload to API
I am having this problem from last few days to develop a CURL request in php to post file data to an API.
Here is the CURL request
$ curl --request POST \
--url 'UPLOAD_URL' \
--upload-file 'PATH_TO_FILE' \
--header 'Authorization:…

Harish Kumar
- 927
- 3
- 20
- 46
1
vote
2 answers
Upload pano Image using street View Publish API
When I am making upload using the the given street View API
Request an Upload URL
$ curl --request POST \
--url 'https://streetviewpublish.googleapis.com/v1/photo:startUpload?key=YOUR_API_KEY' \
--header 'Authorization:…

upendra
- 339
- 4
- 20
0
votes
2 answers
Programmatically upload a StreetView panorama
I have many 360 degree panoramas from my Android phone camera, taken in remote parts of the world. I use existing photospheres on Google Maps to plan my travels, and upload my pictures to help others do the same. Until now I used the Android Street…

Hugh W
- 716
- 2
- 10
- 33
0
votes
0 answers
Add metadata to image using node.js
I've been trying to create a node.js script that will allow me to upload 360 degree photo spheres to Google Maps. I'm thinking I'll need to attach some custom metadata to the image. I've already figured out the first 2 requests.
3rd request: POST…

moo
- 1
0
votes
1 answer
The request includes at least one invalid\/malformed connection photo id
I'm using Google StreetView Publish API to connect photos in a virtual tour and to some external photos on Google StreetView such as a road.
This is the API I use:
https://developers.google.com/streetview/publish/reference/rest/v1/photo/update
And…

Roman Grinev
- 929
- 9
- 18
0
votes
1 answer
How to determine when a newly created Photo can be updated?
I am developing a utility to upload and connect a series of up to 20 Photos using the following process:
1. For each Photo:
- call photo.startUpload method
- upload Photo
- call photo.create method
- store received PhotoId
2.…

Dean Z
- 9
- 2
0
votes
0 answers
How to disable Auto connect in street view through URL(programatically)
By opening the Street View App with your account we can disable "Auto-connect 360 photos" in the settings...
but how to achieve this programatically..
when the user log in..i have to disable "Auto-connect 360 Photos" in the settings

Veeresh
- 111
- 1
- 1
- 7
0
votes
1 answer
Google street view multiple arrow marks issue between panorama
In google street view API after publishing all panorama images with latitude and longitude, heading and connections nearly after 2-3 hours initially arrow marks connections comes perfectly..but after approximately 24 hours extra links(arrow marks)…

Veeresh
- 111
- 1
- 1
- 7
0
votes
1 answer
Street View Publish Navigation angle changed
After Getting Panoid I went through the batchUpdate function where i can establish link,
Link established correctly but the navigation arrow angle changed , how to do the proper navigation arrow in the street view publish.
I am updating latlng and…
0
votes
1 answer
Error when trying to update photo metadata using Street View Publish Service Client - Python
I have uploaded a couple of photos in Street View and I want to use the Python client library to update its metadata. Find below a snippet of my code:
from google.proto.streetview.publish.v1 import resources_pb2
from google.streetview.publish.v1…

Finfa811
- 618
- 1
- 8
- 28
0
votes
2 answers
"pkg_resources.DistributionNotFound: google-gax" when testing Google Street View Publish API
I am testing the Google Street View Publish API so I installed the library gapic-google-maps-streetview_publish-v1 and then I tried running the Python code example to upload a photo.
In the line:
from google.streetview.publish.v1 import…

Finfa811
- 618
- 1
- 8
- 28
0
votes
0 answers
Why the PTS is within pts_of_this_metadata + pixel_exposure_time_ns + rolling_shutter_skew_time_ns
Stated by Google's Camera Motion Metadata of VR180:
pts_of_this_metadata(t0) is the exposure start of the first used scanline in a video frame.
pixel_exposure_time_ns(t_pixel) is the exposure time for a single pixel in…

Neil Z. Shao
- 732
- 1
- 5
- 12
0
votes
2 answers
Open StreetView App directly on button click- android
I want to open Google Street View Android directly from my app.
Can anyone help me in doing this?
I have successfully opened the Maps app with Streeview thanks to SO but that's not what I am looking for.
I actually want to open Streetview camera…

Rajat Porwal
- 101
- 8
0
votes
0 answers
How I can Take Snapshot of Street View in android programmatically?
Getting snapshot from 2d map like satellite map is easy , the method is provided and easy to use. I want to get snapshot from Live street view, from a specific location where panorama view is available. I am trying to do this by converting view to…

Najaf Ali
- 1,433
- 16
- 26