public class StreetViewPanoramaData extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
StreetViewPanoramaData()
The representation of a panorama returned from the provider defined using registerPanoProvider.
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected StreetViewPanoramaData()
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
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.