|
||||||||||
| 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.MapMoveEvent
public class MapMoveEvent
Represents a Google Maps Gmaps related event which
is triggered whenever the center is moved or zoom level is changed.
| Constructor Summary | |
|---|---|
MapMoveEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
double lat,
double lng,
double swlat,
double swlng,
double nelat,
double nelng)
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. |
double |
getNeLat()
Returns the bounded north east latitude after moved. |
double |
getNeLng()
Returns the bounded north east longitude after moved. |
double |
getSwLat()
Returns the bounded south west latitude after moved. |
double |
getSwLng()
Returns the bounded south west longitude 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 MapMoveEvent(java.lang.String name,
org.zkoss.zk.ui.Component target,
double lat,
double lng,
double swlat,
double swlng,
double nelat,
double nelng)
| Method Detail |
|---|
public double getLat()
public double getLng()
public double getSwLat()
public double getSwLng()
public double getNeLat()
public double getNeLng()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||