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

Enclosing class:
DistanceMatrixService

public static interface DistanceMatrixService.Callback

Callback type for handling asynchronous responses from getDistanceMatrix.


Method Summary
 void handle(DistanceMatrixResponse a, DistanceMatrixStatus b)
          Called by the callback handler
 

Method Detail

handle

void handle(DistanceMatrixResponse a,
            DistanceMatrixStatus b)
Called by the callback handler