public class StreetViewLink extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
StreetViewLink()
A collection of references to adjacent Street View panos.
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected StreetViewLink()
public static final StreetViewLink newInstance()
public final void setDescription(String description)
description
- public final String getDescription()
public final void setHeading(int heading)
heading
- public final int getHeading()
public final void setPano(String pano)
pano
- public final String getPano()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.