|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StreetViewPov
public class StreetViewPov
A point of view object which specifies the camera's orientation at the Street View panorama's position. The point of view is defined as heading, pitch and zoom. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
StreetViewPov()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
double |
getHeading()
The camera heading in degrees relative to true north. |
double |
getPitch()
The camera pitch in degrees, relative to the street view vehicle. |
double |
getZoom()
The zoom level. |
void |
setHeading(double heading)
The camera heading in degrees relative to true north. |
void |
setPitch(double pitch)
The camera pitch in degrees, relative to the street view vehicle. |
void |
setZoom(double zoom)
The zoom level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StreetViewPov()
Method Detail |
---|
public final double getHeading()
public final double getPitch()
public final double getZoom()
public final void setHeading(double heading)
public final void setPitch(double pitch)
public final void setZoom(double zoom)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |