com.google.maps.gwt.client
Class StreetViewPanoramaData

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

public class StreetViewPanoramaData
extends JavaScriptObject

The representation of a panorama returned from the provider defined using registerPanoProvider . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StreetViewPanoramaData()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getCopyright()
          Specifies the copyright text for this panorama.
 java.lang.String getImageDate()
          Specifies the year and month in which the imagery in this panorama was acquired.
  getLinks()
          Specifies the navigational links to adjacent panoramas.
 StreetViewLocation getLocation()
          Specifies the location meta-data for this panorama.
 StreetViewTileData getTiles()
          Specifies the custom tiles for this panorama.
 void setCopyright(java.lang.String copyright)
          Specifies the copyright text for this panorama.
 void setImageDate(java.lang.String imageDate)
          Specifies the year and month in which the imagery in this panorama was acquired.
 void setLinks( links)
          Specifies the navigational links to adjacent panoramas.
 void setLocation(StreetViewLocation location)
          Specifies the location meta-data for this panorama.
 void setTiles(StreetViewTileData tiles)
          Specifies the custom tiles for this panorama.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetViewPanoramaData

protected StreetViewPanoramaData()
Protected constructor avoids default public constructor.

Method Detail

getCopyright

public final java.lang.String getCopyright()
Specifies the copyright text for this panorama.


getImageDate

public final java.lang.String getImageDate()
Specifies the year and month in which the imagery in this panorama was acquired. The date string is in the form YYYY-MM.


getLinks

public final  getLinks()
Specifies the navigational links to adjacent panoramas.


getLocation

public final StreetViewLocation getLocation()
Specifies the location meta-data for this panorama.


getTiles

public final StreetViewTileData getTiles()
Specifies the custom tiles for this panorama.


setCopyright

public final void setCopyright(java.lang.String copyright)
Specifies the copyright text for this panorama.


setImageDate

public final void setImageDate(java.lang.String imageDate)
Specifies the year and month in which the imagery in this panorama was acquired. The date string is in the form YYYY-MM.


setLinks

public final void setLinks( links)
Specifies the navigational links to adjacent panoramas.


setLocation

public final void setLocation(StreetViewLocation location)
Specifies the location meta-data for this panorama.


setTiles

public final void setTiles(StreetViewTileData tiles)
Specifies the custom tiles for this panorama.