com.google.gwt.maps.client.services
Interface DistanceMatrixRequestHandler


public interface DistanceMatrixRequestHandler



See DistanceMatrixService API Doc


Method Summary
 void onCallback(DistanceMatrixResponse response, DistanceMatrixStatus status)
          response from callback for Distance Matrix Request
 

Method Detail

onCallback

void onCallback(DistanceMatrixResponse response,
                DistanceMatrixStatus status)
response from callback for Distance Matrix Request

Parameters:
response -
status -


Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.