StreetViewPanoramaLocation

public classStreetViewPanoramaLocationextendsObject
implementsParcelable

An immutable class that contains details of the user's current Street View panorama

Inherited Constant Summary

Field Summary

public finalStreetViewPanoramaLink[] links Array ofStreetViewPanoramaLink able to be reached from the current position
public finalString panoId The panorama ID of the current Street View panorama
public finalLatLng position The location of the current Street View panorama

Public Constructor Summary

StreetViewPanoramaLocation(StreetViewPanoramaLink[] links,LatLng position,StringpanoId)
Constructs a StreetViewPanoramaLocation.

Public Method Summary

boolean
int
String
void
writeToParcel(Parcelout, int flags)

Inherited Method Summary

Fields

Array ofStreetViewPanoramaLink able to be reached from the current position

public finalString panoId

The panorama ID of the current Street View panorama

public finalLatLng position

The location of the current Street View panorama

Public Constructors

publicStreetViewPanoramaLocation(StreetViewPanoramaLink[] links,LatLngposition, String panoId)

Constructs a StreetViewPanoramaLocation.

Parameters
links List ofStreetViewPanoramaLink reachable from the current position. Must not benull.
position The location of the current Street View panorama. Must not be null.
panoId Identification string for the current Street View panorama. Must not be null.

Public Methods

public booleanequals(Objecto)

public inthashCode()

publicStringtoString()

public voidwriteToParcel(Parcelout, int flags)