com.google.gwt.maps.client.streetview
Class StreetviewLocation

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.streetview.StreetviewLocation

public class StreetviewLocation
extends com.google.gwt.core.client.JavaScriptObject

A class representing a street view location. This class may not be directly instantiated.

See Also:
"http://code.google.com/apis/maps/documentation/reference.html#GStreetviewLocation"

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

StreetviewLocation

protected StreetviewLocation()
Protected constructor required for JS overlay.

Method Detail

getDescription

public final java.lang.String getDescription()
Returns a localized string describing the location.

Returns:
a localized string describing the location.

getLatLng

public final LatLng getLatLng()
Returns the LatLng of the panorama.

Returns:
the LatLng of the panorama.

getPanoId

public final java.lang.String getPanoId()
Returns a unique identifier for the panorama. This is stable within a session but unstable across sessions.

Returns:
a unique identifier for the panorama.

getPov

public final Pov getPov()
Returns the initial point of view (Pov).

Returns:
the initial point of view.