public class GroundOverlayOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
GroundOverlayOptions()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.