|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.streetview.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.
| Constructor Summary | |
|---|---|
protected |
StreetViewPov()
A point of view object which specifies the camera's orientation at the Street View panorama's position. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected StreetViewPov()
| Method Detail |
|---|
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()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||