|
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.StreetViewLocation
public class StreetViewLocation
A representation of a location in the Street View panorama.
See StreetViewLocation API Doc
Constructor Summary | |
---|---|
protected |
StreetViewLocation()
A representation of a location in the Street View panorama. |
Method Summary | |
---|---|
String |
getDescription()
gets A localized string describing the location. |
LatLng |
getLatLng()
gets The latlng of the panorama. |
String |
getPano()
gets A unique identifier for the panorama. |
static StreetViewLocation |
newInstance()
creates A representation of a location in the Street View panorama. |
void |
setDescription(String description)
sets A localized string describing the location. |
void |
setLatLng(LatLng latLng)
sets The latlng of the panorama. |
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 StreetViewLocation()
Method Detail |
---|
public static final StreetViewLocation newInstance()
public final void setDescription(String description)
description
- public final String getDescription()
public final void setLatLng(LatLng latLng)
latLng
- public final LatLng getLatLng()
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 |