Street View Publish API Overview
Stay organized with collections
Save and categorize content based on your preferences.
Introduction
This document is intended for developers who want to write applications that allow users to upload 360 photos to Google Street View, so that they can be viewed publicly on Google Maps.
Before you start
-
You need a Google Account to access the Google API Console, request an API key, and register your application.
-
Create a project in the Google Developers Console and obtain authorization credentials so your application can submit API requests.
-
After creating your project, make sure the Street View Publish API is one of the services that your application is registered to use:
- Go to the API Console and select the project that you just registered.
- Visit the Enabled APIs page. Make sure that the Google Street View API is on the list of enabled APIs. If it isn't, then open the API Library and enable the API.
-
If your application will use any API methods that require user authorization, read the authentication guide to learn how to implement OAuth 2.0 authorization.
-
Familiarize yourself with the core concepts of the JavaScript Object Notation (JSON) data format. JSON is a common, language-independent open standard that provides a simple, human-readable text representation of data (as attribute–value pairs). For more information, see json.org.
-
Remember your photos need the metadata described in Photo Sphere XMP Metadata in order to be published.
The one-minute experience: APIs Explorer
To play around and see what the API can do, without writing any code, visit
the APIs Explorer.
Instant gratification!
Try it yourself!
For a step-by-step tutorial explaining how to get up and running, follow the instructions in this guide.
Reference
To look up a particular resource type or method, see the Reference.
Client libraries
Check out the available client libraries.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["This documentation guides developers on how to build applications enabling users to upload 360° photos to Google Street View for public viewing on Google Maps."],["Developers need a Google Account, a project in the Google Developers Console with the Street View Publish API enabled, and potentially OAuth 2.0 authorization for user-specific actions."],["Photos must contain specific metadata outlined in the Photo Sphere XMP Metadata documentation to be successfully published."],["The API can be explored without coding through the provided APIs Explorer for immediate experimentation."],["A step-by-step tutorial and comprehensive reference materials are available for developers to quickly get started and delve deeper into specific functionalities."]]],["Developers creating apps for uploading 360 photos to Google Street View must first create a Google Account and a project in the Google Developers Console to get authorization credentials. They need to enable the Street View Publish API in their project and, if needed, implement OAuth 2.0 for user authorization. Understanding JSON data format and adding Photo Sphere XMP Metadata to photos is crucial. Developers can experiment using the APIs Explorer or follow a tutorial guide.\n"]]