Street View Publish API API client library
Project description
Street View Publish API: The Street View Publish API allows your application to publish 360 photos to Google Maps, along with image metadata that specifies the position, orientation, and connectivity of each photo. With this API, any app can offer an interface for positioning, connecting, and uploading user-generated Street View images.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install gapic-google-maps-streetview_publish-v1
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install gapic-google-maps-streetview_publish-v1
Preview
StreetViewPublishServiceClient
from google.streetview import publish_v1
client = publish_v1.StreetViewPublishServiceClient()
# TODO: Initialize `photo`:
photo = {}
response = client.create_photo(photo)
Next Steps
Read the Client Library Documentation for Street View Publish API API to see other available methods on the client.
Read the Street View Publish API Product documentation to learn more about the product and see How-to Guides.
View this repository’s main README to see the full list of Cloud APIs that we cover.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gapic-google-maps-streetview_publish-v1-1.0.1.tar.gz
.
File metadata
- Download URL: gapic-google-maps-streetview_publish-v1-1.0.1.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd524a5835ec7335fe8074c180215d35c101fa5c3b710ad35becbde1ec310b16 |
|
MD5 | bbc37b806fd72636a41154f1dea6c21f |
|
BLAKE2b-256 | f16a418373ca38e08d3dcd1f0993f29f20595260b1c2aa3e480b1e8c8f1f0ddc |
File details
Details for the file gapic_google_maps_streetview_publish_v1-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: gapic_google_maps_streetview_publish_v1-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16c4682b0ec3d322b1fe85e34647ab5a48b422822b2cf995ae631bdcc42dcf31 |
|
MD5 | 8d8241e6a9784282672cded7af8b7f65 |
|
BLAKE2b-256 | 178c0e66dbb297b64fdfaf22a1654c42aa3eed830bab477806002c86e0aeac96 |