|
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()
StreetViewPanoramaDatapublic final void setCopyright(String copyright)
copyright - public final String getCopyright()
public final void setLinks(JsArray<StreetViewLink> links)
links - StreetViewLinkpublic final JsArray<StreetViewLink> getLinks()
StreetViewLinkpublic final void setLocation(StreetViewLocation location)
location - StreetViewLocationpublic final StreetViewLocation getLocation()
StreetViewLocationpublic final void setTileData(StreetViewTileData tiles)
tiles - StreetViewTileDatapublic final StreetViewTileData getTileData()
StreetViewTileData
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||