com.google.gwt.maps.client.events
Class MouseEvent

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

public class MouseEvent
extends Object

This object is returned from various mouse events on the map and overlays, and contains all the fields shown below.

See MouseEvent API Doc


Constructor Summary
MouseEvent(com.google.gwt.ajaxloader.client.Properties properties)
          Create a new MouseEvent from properties of the map event call back
 
Method Summary
 LatLng getLatLng()
          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

public MouseEvent(com.google.gwt.ajaxloader.client.Properties properties)
Create a new MouseEvent from properties of the map event call back

Parameters:
properties - Properties
Method Detail

getLatLng

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

Returns:
point of mouse event

stop

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



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.