com.google.maps.gwt.client
Class KmlMouseEvent

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.KmlMouseEvent

public class KmlMouseEvent
extends JavaScriptObject

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

KmlMouseEvent

protected KmlMouseEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final KmlMouseEvent create()

getFeatureData

public final KmlFeatureData getFeatureData()
A KmlFeatureData object, containing information about the clicked feature.


getLatLng

public final LatLng getLatLng()
The position at which to anchor an infowindow on the clicked feature.


getPixelOffset

public final Size getPixelOffset()
The offset to apply to an infowindow anchored on the clicked feature.