public class StreetViewLocation extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
StreetViewLocation()
A representation of a location in the Street View panorama.
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected StreetViewLocation()
public static final StreetViewLocation newInstance()
public final void setDescription(String description)
description
- public final String getDescription()
public final void setLatLng(LatLng latLng)
latLng
- public final LatLng getLatLng()
public final void setPano(String pano)
pano
- public final String getPano()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.