Follow us on GitHub

com.google.gwt.maps.client.controls
Class OverviewMapControlOptions

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

public class OverviewMapControlOptions
extends JavaScriptObject

Options for the rendering of the Overview Map control

See See OverviewMapControlOptions API


Constructor Summary
protected OverviewMapControlOptions()
          Options for the rendering of the Overview Map control.
 
Method Summary
 boolean getOpened()
          gets Whether the control should display in opened mode or collapsed (minimized) mode.
static OverviewMapControlOptions newInstance()
          creates a new instance for, Options for the rendering of the Overview Map control.
 void setOpened(boolean opened)
          sets Whether the control should display in opened mode or collapsed (minimized) mode.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OverviewMapControlOptions

protected OverviewMapControlOptions()
Options for the rendering of the Overview Map control. use newInstance();

Method Detail

newInstance

public static final OverviewMapControlOptions newInstance()
creates a new instance for, Options for the rendering of the Overview Map control.


setOpened

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

Parameters:
opened -

getOpened

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.