|
|||||||||
| 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 class representing a street view location. This class may not be directly instantiated.
| Constructor Summary | |
|---|---|
protected |
StreetviewLocation()
Protected constructor required for JS overlay. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a localized string describing the location. |
LatLng |
getLatLng()
Returns the LatLng of the panorama. |
java.lang.String |
getPanoId()
Returns a unique identifier for the panorama. |
Pov |
getPov()
Returns the initial point of view ( Pov). |
| 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 final java.lang.String getDescription()
public final LatLng getLatLng()
LatLng of the panorama.
LatLng of the panorama.public final java.lang.String getPanoId()
public final Pov getPov()
Pov).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||