com.google.maps.gwt.client
Class StreetViewLink

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StreetViewLink

public class StreetViewLink
extends JavaScriptObject

A collection of references to adjacent Street View panos. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StreetViewLink()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getDescription()
          A localized string describing the link.
 double getHeading()
          The heading of the link.
 java.lang.String getPano()
          A unique identifier for the panorama.
 void setDescription(java.lang.String description)
          A localized string describing the link.
 void setHeading(double heading)
          The heading of the link.
 void setPano(java.lang.String pano)
          A unique identifier for the panorama.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetViewLink

protected StreetViewLink()
Protected constructor avoids default public constructor.

Method Detail

getDescription

public final java.lang.String getDescription()
A localized string describing the link.


getHeading

public final double getHeading()
The heading of the link.


getPano

public final java.lang.String getPano()
A unique identifier for the panorama. This id is stable within a session but unstable across sessions.


setDescription

public final void setDescription(java.lang.String description)
A localized string describing the link.


setHeading

public final void setHeading(double heading)
The heading of the link.


setPano

public final void setPano(java.lang.String pano)
A unique identifier for the panorama. This id is stable within a session but unstable across sessions.