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

Enclosing class:
KmlLayer

public static interface KmlLayer.ClickHandler

This event is fired when a feature in the layer is clicked.


Method Summary
 void handle(KmlMouseEvent kmlClickEvent)
          Override to handle event.
 

Method Detail

handle

void handle(KmlMouseEvent kmlClickEvent)
Override to handle event.