StreetViewPanoramaLink

  • StreetViewPanoramaLink is an immutable class representing a link to another Street View panorama.

  • It includes fields for the bearing (direction) and panoId (panorama ID) of the linked panorama.

  • The class implements the Parcelable interface.

  • It provides standard methods like equals, hashCode, toString, and writeToParcel.

public class StreetViewPanoramaLink extends Object
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
int
String
void
writeToParcel(Parcel out, int flags)

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)

public int hashCode ()

public String toString ()

public void writeToParcel (Parcel out, int flags)