com.google.maps.gwt.client
Class StreetViewControlOptions

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

public class StreetViewControlOptions
extends JavaScriptObject

Options for the rendering of the Street View pegman control on the map. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StreetViewControlOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static StreetViewControlOptions create()
           
 void setPosition(ControlPosition position)
          Position id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreetViewControlOptions

protected StreetViewControlOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final StreetViewControlOptions create()

setPosition

public final void setPosition(ControlPosition position)
Position id. Used to specify the position of the control on the map. The default position is embedded within the navigation (zoom and pan) controls. If this position is empty or the same as that specified in the zoomControlOptions or panControlOptions , the Street View control will be displayed as part of the navigation controls. Otherwise, it will be displayed separately.