com.google.maps.gwt.client
Class StreetViewPov

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StreetViewPov

public class StreetViewPov
extends JavaScriptObject

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

StreetViewPov

protected StreetViewPov()
Protected constructor avoids default public constructor.

Method Detail

getHeading

public final double getHeading()
The camera heading in degrees relative to true north. True north is 0°, east is 90°, south is 180°, west is 270°.


getPitch

public final double getPitch()
The camera pitch in degrees, relative to the street view vehicle. Ranges from 90° (directly upwards) to -90° (directly downwards).


getZoom

public final double getZoom()
The zoom level. Fully zoomed-out is level 0, zooming in increases the zoom level.


setHeading

public final void setHeading(double heading)
The camera heading in degrees relative to true north. True north is 0°, east is 90°, south is 180°, west is 270°.


setPitch

public final void setPitch(double pitch)
The camera pitch in degrees, relative to the street view vehicle. Ranges from 90° (directly upwards) to -90° (directly downwards).


setZoom

public final void setZoom(double zoom)
The zoom level. Fully zoomed-out is level 0, zooming in increases the zoom level.