com.google.maps.gwt.client
Interface DirectionsService.Callback

Enclosing class:
DirectionsService

public static interface DirectionsService.Callback

Callback type for handling asynchronous responses from route.


Method Summary
 void handle(DirectionsResult a, DirectionsStatus b)
          Called by the callback handler
 

Method Detail

handle

void handle(DirectionsResult a,
            DirectionsStatus b)
Called by the callback handler