com.google.maps.gwt.client
Class MouseEvent

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

public class MouseEvent
extends JavaScriptObject

This object is returned from various mouse events on the map and overlays, and contains all the fields shown below. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected MouseEvent()
          Protected constructor avoids default public constructor.
 
Method Summary
 LatLng getLatLng()
          The latitude/longitude that was below the cursor when the event occurred.
 void setLatLng(LatLng latLng)
          The latitude/longitude that was below the cursor when the event occurred.
 void stop()
          Prevents this event from propagating further.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseEvent

protected MouseEvent()
Protected constructor avoids default public constructor.

Method Detail

getLatLng

public final LatLng getLatLng()
The latitude/longitude that was below the cursor when the event occurred.


setLatLng

public final void setLatLng(LatLng latLng)
The latitude/longitude that was below the cursor when the event occurred.


stop

public final void stop()
Prevents this event from propagating further.