|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.streetview.StreetViewPanoramaData
public class StreetViewPanoramaData
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 |
---|
protected StreetViewPanoramaData()
Method Detail |
---|
public static final StreetViewPanoramaData newInstance()
StreetViewPanoramaData
public final void setCopyright(String copyright)
copyright
- public final String getCopyright()
public final void setLinks(JsArray<StreetViewLink> links)
links
- StreetViewLink
public final JsArray<StreetViewLink> getLinks()
StreetViewLink
public final void setLocation(StreetViewLocation location)
location
- StreetViewLocation
public final StreetViewLocation getLocation()
StreetViewLocation
public final void setTileData(StreetViewTileData tiles)
tiles
- StreetViewTileData
public final StreetViewTileData getTileData()
StreetViewTileData
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |