|
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.StreetViewLink
public class StreetViewLink
A collection of references to adjacent Street View panos.
See StreetViewLink API Doc
| Constructor Summary | |
|---|---|
protected |
StreetViewLink()
A collection of references to adjacent Street View panos. |
| Method Summary | |
|---|---|
String |
getDescription()
gets A localized string describing the link. |
int |
getHeading()
gets The heading of the link. |
String |
getPano()
gets A unique identifier for the panorama. |
static StreetViewLink |
newInstance()
A collection of references to adjacent Street View panos. |
void |
setDescription(String description)
sets A localized string describing the link. |
void |
setHeading(int heading)
sets The heading of the link. |
void |
setPano(String pano)
sets A unique identifier for the 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 StreetViewLink()
| Method Detail |
|---|
public static final StreetViewLink newInstance()
public final void setDescription(String description)
description - public final String getDescription()
public final void setHeading(int heading)
heading - public final int getHeading()
public final void setPano(String pano)
pano - public final String getPano()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||