com.google.maps.gwt.client
Interface GoogleMap.ClickHandler

Enclosing class:
GoogleMap

public static interface GoogleMap.ClickHandler

This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).


Method Summary
 void handle(MouseEvent event)
          Override to handle event.
 

Method Detail

handle

void handle(MouseEvent event)
Override to handle event.