StreetViewPanoramaLink
Stay organized with collections
Save and categorize content based on your preferences.
An immutable class that represents a link to another Street View panorama.
Inherited Constant Summary
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
Field Summary
public
final
float |
bearing |
The direction of the linked Street View panorama, in degrees clockwise from north |
public
final
String |
panoId |
Panorama ID of the linked Street View panorama |
Inherited Method Summary
From class
com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable
final
int
|
describeContents()
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
Fields
public
final
float
bearing
The direction of the linked Street View panorama, in degrees clockwise from north
public
final
String
panoId
Panorama ID of the linked Street View panorama
Public Methods
public
boolean
equals
(Object o)
public
String
toString
()
public
void
writeToParcel
(Parcel out, int flags)
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 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eStreetViewPanoramaLink\u003c/code\u003e is an immutable class providing a connection to another Street View panorama.\u003c/p\u003e\n"],["\u003cp\u003eIt includes \u003ccode\u003ebearing\u003c/code\u003e indicating the linked panorama's direction and \u003ccode\u003epanoId\u003c/code\u003e as its unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers methods for equality checks (\u003ccode\u003eequals\u003c/code\u003e), hash code generation (\u003ccode\u003ehashCode\u003c/code\u003e), string representation (\u003ccode\u003etoString\u003c/code\u003e), and parceling (\u003ccode\u003ewriteToParcel\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# StreetViewPanoramaLink\n\npublic class **StreetViewPanoramaLink** extends AbstractSafeParcelable \nAn immutable class that represents a link to another Street View panorama. \n\n### Inherited Constant Summary\n\nFrom interface com.google.android.gms.common.internal.safeparcel.SafeParcelable \n\n|--------|------|---|\n| String | NULL | |\n\nFrom interface android.os.Parcelable \n\n|-----|-------------------------------|---|\n| int | CONTENTS_FILE_DESCRIPTOR | |\n| int | PARCELABLE_WRITE_RETURN_VALUE | |\n\n### Field Summary\n\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------|\n| public final float | [bearing](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#bearing) | The direction of the linked Street View panorama, in degrees clockwise from north |\n| public final String | [panoId](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#panoId) | Panorama ID of the linked Street View panorama |\n\n### Public Method Summary\n\n|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| boolean | [equals](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#equals(java.lang.Object))(Object o) |\n| int | [hashCode](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#hashCode())() |\n| String | [toString](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#toString())() |\n| void | [writeToParcel](/maps/documentation/navigation/android-sdk/reference/com/google/android/gms/maps/model/StreetViewPanoramaLink#writeToParcel(android.os.Parcel,%20int))(Parcel out, int flags) |\n\n### Inherited Method Summary\n\nFrom class com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable \n\n|-----------|--------------------|\n| final int | describeContents() |\n\nFrom class java.lang.Object \n\n|------------------|---------------------------|\n| boolean | equals(Object arg0) |\n| final Class\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| String | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nFrom interface android.os.Parcelable \n\n|---------------|--------------------------------------|\n| abstract int | describeContents() |\n| abstract void | writeToParcel(Parcel arg0, int arg1) |\n\nFields\n------\n\n#### public final float\n**bearing**\n\nThe direction of the linked Street View panorama, in degrees clockwise from north \n\n#### public final String\n**panoId**\n\nPanorama ID of the linked Street View panorama\n\nPublic Methods\n--------------\n\n#### public boolean\n**equals**\n(Object o)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| o | |\n|---|---|\n\n#### public int\n**hashCode**\n()\n\n\u003cbr /\u003e\n\n#### public String\n**toString**\n()\n\n\u003cbr /\u003e\n\n#### public void\n**writeToParcel**\n(Parcel out, int flags)\n\n\u003cbr /\u003e\n\n##### Parameters\n\n| out | |\n| flags | |\n|-------|---|"]]