|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StreetViewLocation
public class StreetViewLocation
A representation of a location in the Street View panorama. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
StreetViewLocation()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
A localized string describing the location. |
LatLng |
getLatLng()
The latlng of the panorama. |
java.lang.String |
getPano()
A unique identifier for the panorama. |
void |
setDescription(java.lang.String description)
A localized string describing the location. |
void |
setLatLng(LatLng latLng)
The latlng of the panorama. |
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 StreetViewLocation()
Method Detail |
---|
public final java.lang.String getDescription()
public final LatLng getLatLng()
public final java.lang.String getPano()
public final void setDescription(java.lang.String description)
public final void setLatLng(LatLng latLng)
public final void setPano(java.lang.String pano)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |