public class StreetViewLocation extends MapObject
Constructor and Description |
---|
StreetViewLocation()
Creates new StreetViewLocation object.
|
StreetViewLocation(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns value of description property.
|
LatLng |
getLatLng()
Returns value of latLng property.
|
java.lang.String |
getPano()
Returns value of pano property.
|
java.lang.String |
getShortDescription()
Returns value of shortDescription property.
|
void |
setDescription(java.lang.String description)
Sets new value for description property.
|
void |
setLatLng(LatLng latLng)
Sets new value for latLng property.
|
void |
setPano(java.lang.String pano)
Sets new value for pano property.
|
void |
setShortDescription(java.lang.String description)
Sets new value for shortDescription property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public StreetViewLocation()
@Deprecated public StreetViewLocation(Map map)
map
- owner Map objectpublic java.lang.String getDescription()
Contains a localized string describing the location.
setDescription(java.lang.String)
public void setDescription(java.lang.String description)
description
- new property valuegetDescription()
public java.lang.String getPano()
Contains a unique identifier for the panorama. This is stable within a session but unstable across sessions.
setPano(java.lang.String)
public void setPano(java.lang.String pano)
pano
- new property valuegetPano()
public LatLng getLatLng()
Contains the latlng coordinates of the panorama.
setLatLng(com.teamdev.jxmaps.LatLng)
public void setLatLng(LatLng latLng)
latLng
- new property valuegetLatLng()
public java.lang.String getShortDescription()
Contains the short description of the location.
setShortDescription(java.lang.String)
public void setShortDescription(java.lang.String description)
description
- new property valuegetShortDescription()