|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StreetViewLink
public class StreetViewLink
A collection of references to adjacent Street View panos. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
StreetViewLink()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
A localized string describing the link. |
double |
getHeading()
The heading of the link. |
java.lang.String |
getPano()
A unique identifier for the panorama. |
void |
setDescription(java.lang.String description)
A localized string describing the link. |
void |
setHeading(double heading)
The heading of the link. |
void |
setPano(java.lang.String pano)
A unique identifier for the panorama. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StreetViewLink()
Method Detail |
---|
public final java.lang.String getDescription()
public final double getHeading()
public final java.lang.String getPano()
public final void setDescription(java.lang.String description)
public final void setHeading(double heading)
public final void setPano(java.lang.String pano)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |