Follow us on GitHub

com.google.gwt.maps.client.overlays
Class GroundOverlayOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.overlays.GroundOverlayOptions

public class GroundOverlayOptions
extends JavaScriptObject

GroundOverlay Options

See GroundOverlayOptions API Doc


Constructor Summary
protected GroundOverlayOptions()
          use newInstance();
 
Method Summary
 boolean getClickable()
          gets Indicates whether this Polyline handles click events.
 MapWidget getMapWidget()
          gets Map on which to display Polyline.
static GroundOverlayOptions newInstance()
          creates GroundOverlay options
 void setClickable(boolean clickable)
          sets Indicates whether this Polyline handles click events.
 void setMap(MapWidget mapWidget)
          sets Map on which to display Polyline.
 
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

GroundOverlayOptions

protected GroundOverlayOptions()
use newInstance();

Method Detail

newInstance

public static final GroundOverlayOptions newInstance()
creates GroundOverlay options


setClickable

public final void setClickable(boolean clickable)
sets Indicates whether this Polyline handles click events. Defaults to true.

Parameters:
clickable -

getClickable

public final boolean getClickable()
gets Indicates whether this Polyline handles click events. Defaults to true.


setMap

public final void setMap(MapWidget mapWidget)
sets Map on which to display Polyline.

Parameters:
mapWidget -

getMapWidget

public final MapWidget getMapWidget()
gets Map on which to display Polyline.



Follow us on GitHub

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