public class StreetViewLink extends MapObject
Constructor and Description |
---|
StreetViewLink()
Creates new StreetViewLink object.
|
StreetViewLink(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns value of description property.
|
double |
getHeading()
Returns value of heading property.
|
java.lang.String |
getPano()
Returns value of pano property.
|
void |
setDescription(java.lang.String description)
Sets new value for description property.
|
void |
setHeading(double heading)
Sets new value for heading property.
|
void |
setPano(java.lang.String pano)
Sets new value for pano property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public StreetViewLink()
@Deprecated public StreetViewLink(Map map)
map
- owner Map objectpublic java.lang.String getDescription()
Contains a localized string describing the link.
setDescription(java.lang.String)
public void setDescription(java.lang.String description)
description
- new property valuegetDescription()
public double getHeading()
Contains the heading of the link.
setHeading(double)
public void setHeading(double heading)
heading
- new property valuegetHeading()
public java.lang.String getPano()
Contains a unique identifier for the panorama.
setPano(java.lang.String)
public void setPano(java.lang.String pano)
pano
- new property valuegetPano()