|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.GroundOverlayOptions
public class GroundOverlayOptions
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 |
---|
protected GroundOverlayOptions()
Method Detail |
---|
public static final GroundOverlayOptions create()
public final void setClickable(boolean clickable)
true
, the ground overlay can receive
click
events.
public final void setMap(GoogleMap map)
public final void setOpacity(double opacity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |