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 getMap()
          gets Map on which to display Polyline.
 MapWidget getMapWidget()
          Deprecated. 
 double getOpacity()
          The opacity of the overlay, expressed as a number between 0 and 1.
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.
 void setOpacity(double opacity)
          The opacity of the overlay, expressed as a number between 0 and 1.
Optional.
 
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


setOpacity

public final void setOpacity(double opacity)
The opacity of the overlay, expressed as a number between 0 and 1.
Optional. Defaults to 1.

Parameters:
opacity -

getOpacity

public final double getOpacity()
The opacity of the overlay, expressed as a number between 0 and 1.


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 -

getMap

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


getMapWidget

@Deprecated
public final MapWidget getMapWidget()
Deprecated. 

gets Map on which to display Polyline.

See getMap()



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.