com.google.maps.gwt.client
Class GroundOverlayOptions

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

public class GroundOverlayOptions
extends JavaScriptObject

This object defines the properties that can be set on a GroundOverlay object. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected GroundOverlayOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static GroundOverlayOptions create()
           
 void setClickable(boolean clickable)
          If true , the ground overlay can receive click events.
 void setMap(GoogleMap map)
          The map on which to display the overlay.
 void setOpacity(double opacity)
          The opacity of the overlay, expressed as a number between 0 and 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroundOverlayOptions

protected GroundOverlayOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final GroundOverlayOptions create()

setClickable

public final void setClickable(boolean clickable)
If true , the ground overlay can receive click events.


setMap

public final void setMap(GoogleMap map)
The map on which to display the overlay.


setOpacity

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