|
|||||||||
| 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.StreetviewData
public class StreetviewData
A class representing the data associated to a panorama. This class may not be directly instantiated.
| Constructor Summary | |
|---|---|
protected |
StreetviewData()
Protected constructor required for JS overlay. |
| Method Summary | |
|---|---|
int |
getCode()
Returns a status code. |
java.lang.String |
getCopyright()
Returns a localized copyright attribution. |
com.google.gwt.core.client.JsArray<StreetviewLink> |
getLinks()
Returns links to neighbouring panoramas, if any are available. |
StreetviewLocation |
getLocation()
Returns the location data. |
| 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 StreetviewData()
| Method Detail |
|---|
public final int getCode()
public final java.lang.String getCopyright()
public final com.google.gwt.core.client.JsArray<StreetviewLink> getLinks()
public final StreetviewLocation getLocation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||