|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.gmaps.event.MarkerDropEvent
public class MarkerDropEvent
Represents a Google Maps Gmaps related event which
is triggered whenever the GMarker is dropped.
| Constructor Summary | |
|---|---|
MarkerDropEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
double lat,
double lng)
Constructs a Google Maps moving relevant event. |
|
| Method Summary | |
|---|---|
double |
getLat()
Returns the latitude of the Google Map center after moved. |
double |
getLng()
Returns the longitude of the Google Map center after moved. |
| Methods inherited from class org.zkoss.zk.ui.event.Event |
|---|
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MarkerDropEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
double lat,
double lng)
| Method Detail |
|---|
public double getLat()
public double getLng()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||