Follow us on GitHub

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 JavaScriptObject

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

StreetViewLocation

protected StreetViewLocation()
A representation of a location in the Street View panorama. use newInstance();

Method Detail

newInstance

public static final StreetViewLocation newInstance()
creates A representation of a location in the Street View panorama.


setDescription

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

Parameters:
description -

getDescription

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


setLatLng

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

Parameters:
latLng -

getLatLng

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


setPano

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

Parameters:
pano -

getPano

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.