Follow us on GitHub

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

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

public class StreetViewLink
extends JavaScriptObject

A collection of references to adjacent Street View panos.

See StreetViewLink API Doc


Constructor Summary
protected StreetViewLink()
          A collection of references to adjacent Street View panos.
 
Method Summary
 String getDescription()
          gets A localized string describing the link.
 int getHeading()
          gets The heading of the link.
 String getPano()
          gets A unique identifier for the panorama.
static StreetViewLink newInstance()
          A collection of references to adjacent Street View panos.
 void setDescription(String description)
          sets A localized string describing the link.
 void setHeading(int heading)
          sets The heading of the link.
 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

StreetViewLink

protected StreetViewLink()
A collection of references to adjacent Street View panos. use newInstance();

Method Detail

newInstance

public static final StreetViewLink newInstance()
A collection of references to adjacent Street View panos.


setDescription

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

Parameters:
description -

getDescription

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


setHeading

public final void setHeading(int heading)
sets The heading of the link.

Parameters:
heading -

getHeading

public final int getHeading()
gets The heading of the link.


setPano

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

Parameters:
pano -

getPano

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



Follow us on GitHub

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