Uses of Class
com.google.gwt.maps.client.services.DistanceMatrixResponse

Packages that use DistanceMatrixResponse
com.google.gwt.maps.client.services   
 

Uses of DistanceMatrixResponse in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return DistanceMatrixResponse
static DistanceMatrixResponse DistanceMatrixResponse.newInstance()
          The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRows, one for each corresponding origin address.
 

Methods in com.google.gwt.maps.client.services with parameters of type DistanceMatrixResponse
 void DistanceMatrixRequestHandler.onCallback(DistanceMatrixResponse response, DistanceMatrixStatus status)
          response from callback for Distance Matrix Request
 



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