রাস্তার দৃশ্য প্রকাশ API ওভারভিউ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ভূমিকা
এই নথিটি এমন ডেভেলপারদের উদ্দেশ্যে করা হয়েছে যারা এমন অ্যাপ্লিকেশন লিখতে চান যা ব্যবহারকারীদের Google রাস্তার দৃশ্যে 360টি ফটো আপলোড করতে দেয়, যাতে সেগুলিকে Google মানচিত্রে সর্বজনীনভাবে দেখা যায়।
আপনি শুরু করার আগে
Google API কনসোল অ্যাক্সেস করতে, একটি API কী অনুরোধ করতে এবং আপনার অ্যাপ্লিকেশন নিবন্ধন করতে আপনার একটি Google অ্যাকাউন্ট প্রয়োজন৷
Google বিকাশকারী কনসোলে একটি প্রকল্প তৈরি করুন এবং অনুমোদনের শংসাপত্রগুলি পান যাতে আপনার অ্যাপ্লিকেশন API অনুরোধগুলি জমা দিতে পারে৷
আপনার প্রকল্প তৈরি করার পরে, নিশ্চিত করুন যে রাস্তার দৃশ্য প্রকাশ API হল সেই পরিষেবাগুলির মধ্যে একটি যা আপনার অ্যাপ্লিকেশনটি ব্যবহার করার জন্য নিবন্ধিত হয়েছে:
- API কনসোলে যান এবং আপনি এইমাত্র নিবন্ধিত প্রকল্পটি নির্বাচন করুন।
- সক্রিয় APIs পৃষ্ঠায় যান। নিশ্চিত করুন যে Google রাস্তার দৃশ্য API সক্রিয় APIগুলির তালিকায় রয়েছে৷ যদি এটি না হয়, তাহলে API লাইব্রেরি খুলুন এবং API সক্ষম করুন।
আপনার অ্যাপ্লিকেশন যদি এমন কোনো API পদ্ধতি ব্যবহার করে যার জন্য ব্যবহারকারীর অনুমোদনের প্রয়োজন হয়, তাহলে OAuth 2.0 অনুমোদন কীভাবে প্রয়োগ করতে হয় তা জানতে প্রমাণীকরণ নির্দেশিকা পড়ুন।
জাভাস্ক্রিপ্ট অবজেক্ট নোটেশন (JSON) ডেটা ফর্ম্যাটের মূল ধারণাগুলির সাথে নিজেকে পরিচিত করুন। JSON হল একটি সাধারণ, ভাষা-স্বাধীন ওপেন স্ট্যান্ডার্ড যা ডেটার একটি সহজ, মানব-পাঠযোগ্য পাঠ্য উপস্থাপনা প্রদান করে (এট্রিবিউট-মান জোড়া হিসাবে)। আরও তথ্যের জন্য, json.org দেখুন।
মনে রাখবেন আপনার ফটোগুলি প্রকাশ করার জন্য ফটো স্ফিয়ার XMP মেটাডেটাতে বর্ণিত মেটাডেটা প্রয়োজন৷
এক মিনিটের অভিজ্ঞতা: APIs এক্সপ্লোরার
কোন কোড না লিখে এপিআই কি করতে পারে তা দেখতে এবং দেখতে এপিআই এক্সপ্লোরারে যান। তাত্ক্ষণিক তৃপ্তি!
এটি নিজেই চেষ্টা করুন!
কিভাবে উঠতে হবে এবং দৌড়াতে হবে তা ব্যাখ্যা করার জন্য একটি ধাপে ধাপে টিউটোরিয়ালের জন্য, এই নির্দেশিকায় দেওয়া নির্দেশাবলী অনুসরণ করুন।
রেফারেন্স
একটি নির্দিষ্ট রিসোর্স টাইপ বা পদ্ধতি দেখতে, রেফারেন্স দেখুন।
ক্লায়েন্ট লাইব্রেরি
উপলব্ধ ক্লায়েন্ট লাইব্রেরি চেক আউট.
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis documentation guides developers on how to build applications enabling users to upload 360° photos to Google Street View for public viewing on Google Maps.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers 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.\u003c/p\u003e\n"],["\u003cp\u003ePhotos must contain specific metadata outlined in the Photo Sphere XMP Metadata documentation to be successfully published.\u003c/p\u003e\n"],["\u003cp\u003eThe API can be explored without coding through the provided APIs Explorer for immediate experimentation.\u003c/p\u003e\n"],["\u003cp\u003eA step-by-step tutorial and comprehensive reference materials are available for developers to quickly get started and delve deeper into specific functionalities.\u003c/p\u003e\n"]]],["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"],null,["# Street View Publish API Overview\n\nIntroduction\n------------\n\nThis 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.\n\n### Before you start\n\n1. You need a [Google Account](https://www.google.com/accounts/NewAccount) to access the Google API Console, request an API key, and register your application.\n\n2. Create a project in the [Google Developers Console](https://console.developers.google.com) and obtain [authorization credentials](https://console.developers.google.com/apis/credentials) so your application can submit API requests.\n\n3. After creating your project, make sure the Street View Publish API is one of the services that your application is registered to use:\n\n \u003cbr /\u003e\n\n 1. Go to the [API Console](https://console.cloud.google.com/) and select the project that you just registered.\n 2. Visit the [Enabled APIs page](https://console.cloud.google.com/apis/enabled). Make sure that the Google Street View API is on the list of enabled APIs. If it isn't, then [open the API Library](https://console.cloud.google.com/apis/library) and enable the API.\n\n \u003cbr /\u003e\n\n4. If your application will use any API methods that require user authorization, read the [authentication](/streetview/publish/authorizing) guide to learn how to implement OAuth 2.0 authorization.\n\n5. 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](http://json.org).\n\n6. Remember your photos need the metadata described in [Photo Sphere XMP Metadata](/streetview/spherical-metadata) in order to be published.\n\nThe one-minute experience: APIs Explorer\n----------------------------------------\n\nTo play around and see what the API can do, without writing any code, visit\nthe [APIs Explorer](https://developers.google.com/apis-explorer/#p/streetviewpublish/v1/).\nInstant gratification!\n\nTry it yourself!\n----------------\n\nFor a step-by-step tutorial explaining how to get up and running, follow the instructions in [this guide](/streetview/publish/first-app).\n\nReference\n---------\n\nTo look up a particular resource type or method, see the [Reference](/streetview/publish/reference/rest).\n\nClient libraries\n----------------\n\nCheck out the available client [libraries](/streetview/publish/libraries)."]]