An immutable class that contains details of the user's current Street View panorama
| public final StreetViewPanoramaLink[] | links | Array of StreetViewPanoramaLink
able to be reached from the current position |
| public final String | panoId | The panorama ID of the current Street View panorama |
| public final LatLng | position | The location of the current Street View panorama |
|
StreetViewPanoramaLocation(StreetViewPanoramaLink[]
links, LatLng
position, String panoId)
Constructs a StreetViewPanoramaLocation.
|
| boolean | |
| int |
hashCode()
|
| String |
toString()
|
| void |
writeToParcel(Parcel out, int
flags)
|
Array of StreetViewPanoramaLink
able to be reached from the current position
The panorama ID of the current Street View panorama
The location of the current Street View panorama
Constructs a StreetViewPanoramaLocation.
| links | List of StreetViewPanoramaLink
reachable from the current position. Must not be null. |
|---|---|
| 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. |