com.google.maps.gwt.client
Class StreetViewPanoramaOptions

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

public class StreetViewPanoramaOptions
extends JavaScriptObject

Options defining the properties of a StreetViewPanorama object. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Nested Class Summary
static interface StreetViewPanoramaOptions.Callback
          Callback type for handling asynchronous responses from panoProvider.
 
Constructor Summary
protected StreetViewPanoramaOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static StreetViewPanoramaOptions create()
           
 void setAddressControl(boolean addressControl)
          The enabled/disabled state of the address control.
 void setAddressControlOptions(StreetViewAddressControlOptions addressControlOptions)
          The display options for the address control.
 void setClickToGo(boolean clickToGo)
          The enabled/disabled state of click-to-go.
 void setDisableDoubleClickZoom(boolean disableDoubleClickZoom)
          Enables/disables zoom on double click.
 void setEnableCloseButton(boolean enableCloseButton)
          If true , the close button is displayed.
 void setImageDateControl(boolean imageDateControl)
          The enabled/disabled state of the imagery acquisition date control.
 void setLinksControl(boolean linksControl)
          The enabled/disabled state of the links control.
 void setPanControl(boolean panControl)
          The enabled/disabled state of the pan control.
 void setPanControlOptions(PanControlOptions panControlOptions)
          The display options for the pan control.
 void setPano(java.lang.String pano)
          The panorama ID, which should be set when specifying a custom panorama.
 void setPanoProvider(StreetViewPanoramaOptions.Callback panoProvider)
          Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id.
 void setPosition(LatLng position)
          The LatLng position of the Street View panorama.
 void setPov(StreetViewPov pov)
          The camera orientation, specified as heading, pitch, and zoom, for the panorama.
 void setScrollwheel(boolean scrollwheel)
          If false, disables scrollwheel zooming in Street View.
 void setVisible(boolean visible)
          If true , the Street View panorama is visible on load.
 void setZoomControl(boolean zoomControl)
          The enabled/disabled state of the zoom control.
 void setZoomControlOptions(ZoomControlOptions zoomControlOptions)
          The display options for the zoom control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetViewPanoramaOptions

protected StreetViewPanoramaOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final StreetViewPanoramaOptions create()

setAddressControl

public final void setAddressControl(boolean addressControl)
The enabled/disabled state of the address control.


setAddressControlOptions

public final void setAddressControlOptions(StreetViewAddressControlOptions addressControlOptions)
The display options for the address control.


setClickToGo

public final void setClickToGo(boolean clickToGo)
The enabled/disabled state of click-to-go.


setDisableDoubleClickZoom

public final void setDisableDoubleClickZoom(boolean disableDoubleClickZoom)
Enables/disables zoom on double click. Disabled by default.


setEnableCloseButton

public final void setEnableCloseButton(boolean enableCloseButton)
If true , the close button is displayed. Disabled by default.


setImageDateControl

public final void setImageDateControl(boolean imageDateControl)
The enabled/disabled state of the imagery acquisition date control.


setLinksControl

public final void setLinksControl(boolean linksControl)
The enabled/disabled state of the links control.


setPanControl

public final void setPanControl(boolean panControl)
The enabled/disabled state of the pan control.


setPanControlOptions

public final void setPanControlOptions(PanControlOptions panControlOptions)
The display options for the pan control.


setPano

public final void setPano(java.lang.String pano)
The panorama ID, which should be set when specifying a custom panorama.


setPanoProvider

public final void setPanoProvider(StreetViewPanoramaOptions.Callback panoProvider)
Custom panorama provider, which takes a string pano id and returns an object defining the panorama given that id. This function must be defined to specify custom panorama imagery.


setPosition

public final void setPosition(LatLng position)
The LatLng position of the Street View panorama.


setPov

public final void setPov(StreetViewPov pov)
The camera orientation, specified as heading, pitch, and zoom, for the panorama.


setScrollwheel

public final void setScrollwheel(boolean scrollwheel)
If false, disables scrollwheel zooming in Street View. The scrollwheel is enabled by default.


setVisible

public final void setVisible(boolean visible)
If true , the Street View panorama is visible on load.


setZoomControl

public final void setZoomControl(boolean zoomControl)
The enabled/disabled state of the zoom control.


setZoomControlOptions

public final void setZoomControlOptions(ZoomControlOptions zoomControlOptions)
The display options for the zoom control.