com.google.gwt.maps.client.streetview
Class StreetviewLink

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.streetview.StreetviewLink

public class StreetviewLink
extends com.google.gwt.core.client.JavaScriptObject

A class representing a link between two StreetviewLocations. This class may not be directly instantiated.

See Also:
"http://code.google.com/apis/maps/documentation/reference.html#GStreetviewLink"

Constructor Summary
protected StreetviewLink()
          Protected constructor required for JS overlay.
 
Method Summary
 java.lang.String getDescription()
          Returns a localized string describing the neighbouring location.
 java.lang.String getPanoId()
          Returns a unique identifier for the neighbouring panorama.
 double getYaw()
          Returns the yaw from the current location to the neighbouring location.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreetviewLink

protected StreetviewLink()
Protected constructor required for JS overlay.

Method Detail

getDescription

public final java.lang.String getDescription()
Returns a localized string describing the neighbouring location.

Returns:
a localized string describing the neighbouring location.

getPanoId

public final java.lang.String getPanoId()
Returns a unique identifier for the neighbouring panorama. This is stable within a session but unstable across sessions.

Returns:
a unique identifier for the neighbouring panorama.

getYaw

public final double getYaw()
Returns the yaw from the current location to the neighbouring location.

Returns:
the yaw from the current location to the neighbouring location.