com.google.maps.gwt.client.drawing
Interface DrawingManager.PolylinecompleteHandler

Enclosing class:
DrawingManager

public static interface DrawingManager.PolylinecompleteHandler

This event is fired when the user has finished drawing a polyline.


Method Summary
 void handle(Polyline polyline)
          Override to handle event.
 

Method Detail

handle

void handle(Polyline polyline)
Override to handle event.