|
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.mvc.MVCObject<GroundOverlay>
com.google.gwt.maps.client.overlays.GroundOverlay
public class GroundOverlay
A groundoverlay overlay. This class extends MVCObject.
See GroundOverlay API Doc
| Constructor Summary | |
|---|---|
protected |
GroundOverlay()
use newInstance(); |
| Method Summary | |
|---|---|
HandlerRegistration |
addClickHandler(ClickMapHandler handler)
This event is fired when the DOM click event is fired on the GroundOverlay. |
LatLngBounds |
getBounds()
Returns the bounds of this groundoverlay. |
MapWidget |
getMap()
Returns the map on which this groundoverlay is displayed. |
String |
getUrl()
Gets the url of the projected image. |
static GroundOverlay |
newInstance(String url,
LatLngBounds bounds,
GroundOverlayOptions options)
Creates a ground overlay from the provided image URL and its LatLngBounds. |
void |
setMap(MapWidget mapWidget)
Renders the groundoverlay on the specified map. |
| Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject |
|---|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll |
| 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 GroundOverlay()
| Method Detail |
|---|
public static final GroundOverlay newInstance(String url,
LatLngBounds bounds,
GroundOverlayOptions options)
url - bounds - options - public final LatLngBounds getBounds()
public final void setMap(MapWidget mapWidget)
mapWidget - public final MapWidget getMap()
public final String getUrl()
public final HandlerRegistration addClickHandler(ClickMapHandler handler)
handler -
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||