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

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

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

A class representing the data associated to a panorama. This class may not be directly instantiated.

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

Constructor Summary
protected StreetviewData()
          Protected constructor required for JS overlay.
 
Method Summary
 int getCode()
          Returns a status code.
 java.lang.String getCopyright()
          Returns a localized copyright attribution.
 com.google.gwt.core.client.JsArray<StreetviewLink> getLinks()
          Returns links to neighbouring panoramas, if any are available.
 StreetviewLocation getLocation()
          Returns the location data.
 
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

StreetviewData

protected StreetviewData()
Protected constructor required for JS overlay.

Method Detail

getCode

public final int getCode()
Returns a status code.

Returns:
a status code.
See Also:
"http://code.google.com/apis/maps/documentation/reference.html#GStreetviewClient.ReturnValues"

getCopyright

public final java.lang.String getCopyright()
Returns a localized copyright attribution.

Returns:
a localized copyright attribution.

getLinks

public final com.google.gwt.core.client.JsArray<StreetviewLink> getLinks()
Returns links to neighbouring panoramas, if any are available.

Returns:
links to neighbouring panoramas.

getLocation

public final StreetviewLocation getLocation()
Returns the location data.

Returns:
the location data.