public class StreetViewPov extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
StreetViewPov()
A point of view object which specifies the camera's orientation at the Street View panorama's position.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeading()
gets The camera heading in degrees relative to true north.
|
int |
getPitch()
gets The camera pitch in degrees, relative to the street view vehicle.
|
int |
getZoom()
gets The zoom level.
|
static StreetViewPov |
newInstance()
creates A point of view object which specifies the camera's orientation at the Street View panorama's position.
|
void |
setHeading(int heading)
sets The camera heading in degrees relative to true north.
|
void |
setPitch(int pitch)
sets The camera pitch in degrees, relative to the street view vehicle.
|
void |
setZoom(int zoom)
sets The zoom level.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected StreetViewPov()
public static final StreetViewPov newInstance()
public final void setHeading(int heading)
heading
- public final int getHeading()
public final void setPitch(int pitch)
pitch
- public final int getPitch()
public final void setZoom(int zoom)
zoom
- public final int getZoom()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.