|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlays.GroundOverlayOptions
public class GroundOverlayOptions
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 |
---|
protected GroundOverlayOptions()
Method Detail |
---|
public static final GroundOverlayOptions newInstance()
public final void setClickable(boolean clickable)
clickable
- public final boolean getClickable()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMapWidget()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |