com.google.maps.gwt.client
Class StreetViewLocation

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StreetViewLocation

public class StreetViewLocation
extends JavaScriptObject

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

StreetViewLocation

protected StreetViewLocation()
Protected constructor avoids default public constructor.

Method Detail

getDescription

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


getLatLng

public final LatLng getLatLng()
The latlng of the panorama.


getPano

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


setDescription

public final void setDescription(java.lang.String description)
A localized string describing the location.


setLatLng

public final void setLatLng(LatLng latLng)
The latlng of the panorama.


setPano

public final void setPano(java.lang.String pano)
A unique identifier for the panorama. This is stable within a session but unstable across sessions.