|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.KmlMouseEvent
public class KmlMouseEvent
The properties of a click event on a KML/KMZ or GeoRSS document. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
KmlMouseEvent()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static KmlMouseEvent |
create()
|
KmlFeatureData |
getFeatureData()
A KmlFeatureData
object, containing information about the clicked feature. |
LatLng |
getLatLng()
The position at which to anchor an infowindow on the clicked feature. |
Size |
getPixelOffset()
The offset to apply to an infowindow anchored on the clicked feature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KmlMouseEvent()
Method Detail |
---|
public static final KmlMouseEvent create()
public final KmlFeatureData getFeatureData()
KmlFeatureData
object, containing information about the clicked feature.
public final LatLng getLatLng()
public final Size getPixelOffset()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |