Skip to main content

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:

  1. Select or create a Cloud Platform project

  2. Enable billing for your project

  3. Enable the Street View Publish API

  4. Setup Authentication

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

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

Hashes for gapic-google-maps-streetview_publish-v1-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fd524a5835ec7335fe8074c180215d35c101fa5c3b710ad35becbde1ec310b16
MD5 bbc37b806fd72636a41154f1dea6c21f
BLAKE2b-256 f16a418373ca38e08d3dcd1f0993f29f20595260b1c2aa3e480b1e8c8f1f0ddc

See more details on using hashes here.

File details

Details for the file gapic_google_maps_streetview_publish_v1-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for gapic_google_maps_streetview_publish_v1-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 16c4682b0ec3d322b1fe85e34647ab5a48b422822b2cf995ae631bdcc42dcf31
MD5 8d8241e6a9784282672cded7af8b7f65
BLAKE2b-256 178c0e66dbb297b64fdfaf22a1654c42aa3eed830bab477806002c86e0aeac96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page