StreetViewPanoramaLink
একটি অপরিবর্তনীয় শ্রেণী যা অন্য রাস্তার দৃশ্য প্যানোরামাতে একটি লিঙ্ক উপস্থাপন করে।
উত্তরাধিকার সূত্রে প্রাপ্ত ধ্রুবক সারাংশ
android.os.Parcelable ইন্টারফেস থেকে int | CONTENTS_FILE_DESCRIPTOR৷ | |
int | PARCELABLE_WRITE_RETURN_VALUE | |
ক্ষেত্রের সারাংশ
পাবলিক চূড়ান্ত ভাসা | ভারবহন | উত্তর থেকে ঘড়ির কাঁটার দিকে ডিগ্রীতে লিঙ্ক করা রাস্তার দৃশ্য প্যানোরামার দিক |
সর্বজনীন চূড়ান্ত স্ট্রিং | প্যানোআইডি | লিঙ্ক করা রাস্তার দৃশ্য প্যানোরামার প্যানোরামা আইডি |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতির সারাংশ
java.lang.Object ক্লাস থেকে বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস<?> | getClass () |
int | হ্যাশ কোড () |
চূড়ান্ত শূন্যতা | অবহিত () |
চূড়ান্ত শূন্যতা | সকলকে অবহিত করুন () |
স্ট্রিং | স্ট্রিং () |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0, int arg1) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন () |
android.os.Parcelable ইন্টারফেস থেকে বিমূর্ত int | বর্ণনা বিষয়বস্তু () |
বিমূর্ত শূন্যতা | writeToParcel (পার্সেল arg0, int arg1) |
ক্ষেত্র
পাবলিক চূড়ান্ত ভাসা ভারবহন
উত্তর থেকে ঘড়ির কাঁটার দিকে ডিগ্রীতে লিঙ্ক করা রাস্তার দৃশ্য প্যানোরামার দিক
সর্বজনীন চূড়ান্ত স্ট্রিং প্যানোআইডি
লিঙ্ক করা রাস্তার দৃশ্য প্যানোরামার প্যানোরামা আইডি
পাবলিক পদ্ধতি
পাবলিক বুলিয়ান সমান (অবজেক্ট o)
পাবলিক স্ট্রিং থেকে স্ট্রিং ()
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`StreetViewPanoramaLink` is an immutable class representing a link to another Street View panorama."],["It contains the `panoId` of the linked panorama and the `bearing` indicating the direction."],["Provides methods for checking equality (`equals`), generating hash code (`hashCode`), and converting to string representation (`toString`)."]]],["`StreetViewPanoramaLink` represents a link to another Street View panorama. It holds two key pieces of information: `bearing`, the direction of the linked panorama in degrees, and `panoId`, the unique identifier of the linked panorama. It implements Parcelable. It also provides standard methods like `equals()`, `hashCode()`, and `toString()`. The interface `android.os.Parcelable` has the abstract methods `describeContents()` and `writeToParcel()`. The inherited methods from `java.lang.Object` are also available.\n"]]