تاریخ آخرین بهروزرسانی 2025-05-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-05-13 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]