Follow us on GitHub

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

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

public class StreetViewPanoramaData
extends JavaScriptObject

The representation of a panorama returned from the provider defined using registerPanoProvider.

See StreetViewPanoramaOptions API Doc


Constructor Summary
protected StreetViewPanoramaData()
          The representation of a panorama returned from the provider defined using registerPanoProvider.
 
Method Summary
 String getCopyright()
          gets Specifies the copyright text for this panorama.
 JsArray<StreetViewLink> getLinks()
          gets Specifies the navigational links to adjacent panoramas.
 StreetViewLocation getLocation()
          gets Specifies the location meta-data for this panorama.
 StreetViewTileData getTileData()
          gets Specifies the custom tiles for this panorama.
static StreetViewPanoramaData newInstance()
          The representation of a panorama returned from the provider defined using registerPanoProvider.
 void setCopyright(String copyright)
          sets Specifies the copyright text for this panorama.
 void setLinks(JsArray<StreetViewLink> links)
          sets Specifies the navigational links to adjacent panoramas.
 void setLocation(StreetViewLocation location)
          sets Specifies the location meta-data for this panorama.
 void setTileData(StreetViewTileData tiles)
          sets Specifies the custom tiles for this panorama.
 
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

StreetViewPanoramaData

protected StreetViewPanoramaData()
The representation of a panorama returned from the provider defined using registerPanoProvider. use newInstance();

Method Detail

newInstance

public static final StreetViewPanoramaData newInstance()
The representation of a panorama returned from the provider defined using registerPanoProvider.

Returns:
StreetViewPanoramaData

setCopyright

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

Parameters:
copyright -

getCopyright

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


setLinks

public final void setLinks(JsArray<StreetViewLink> links)
sets Specifies the navigational links to adjacent panoramas.

Parameters:
links - StreetViewLink

getLinks

public final JsArray<StreetViewLink> getLinks()
gets Specifies the navigational links to adjacent panoramas.

Returns:
StreetViewLink

setLocation

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

Parameters:
location - StreetViewLocation

getLocation

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

Returns:
StreetViewLocation

setTileData

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

Parameters:
tiles - StreetViewTileData

getTileData

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

Returns:
StreetViewTileData


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.