com.google.maps.gwt.client
Class OverviewMapControlOptions

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

public class OverviewMapControlOptions
extends JavaScriptObject

Options for the rendering of the Overview Map control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected OverviewMapControlOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static OverviewMapControlOptions create()
           
 void setOpened(boolean opened)
          Whether the control should display in opened mode or collapsed (minimized) mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewMapControlOptions

protected OverviewMapControlOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final OverviewMapControlOptions create()

setOpened

public final void setOpened(boolean opened)
Whether the control should display in opened mode or collapsed (minimized) mode. By default, the control is closed.