Page Summary
-
StreetViewPanoramaLinkis an immutable class representing a link to another Street View panorama. -
It contains the
panoIdof the linked panorama and thebearingindicating the direction. -
Provides methods for checking equality (
equals), generating hash code (hashCode), and converting to string representation (toString).
implements Parcelable
An immutable class that represents a link to another Street View panorama.
Inherited Constant Summary
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 |
Public Method Summary
| boolean |
equals(Object o)
|
| int |
hashCode()
|
| String |
toString()
|
Inherited Method Summary
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)
Parameters
| o |
|---|