com.google.maps.gwt.client
Class StreetViewAddressControlOptions

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

public class StreetViewAddressControlOptions
extends JavaScriptObject

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


Constructor Summary
protected StreetViewAddressControlOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static StreetViewAddressControlOptions 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

StreetViewAddressControlOptions

protected StreetViewAddressControlOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final StreetViewAddressControlOptions create()

setPosition

public final void setPosition(ControlPosition position)
Position id. This id is used to specify the position of the control on the map. The default position is TOP_LEFT .