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

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

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

Methods in com.google.gwt.maps.client.services that return DistanceMatrixRequest
static DistanceMatrixRequest DistanceMatrixRequest.newInstance()
          A distance matrix query sent by the DistanceMatrixService containing arrays of origin and destination locations, and various options for computing metrics.
 

Methods in com.google.gwt.maps.client.services with parameters of type DistanceMatrixRequest
 void DistanceMatrixService.getDistanceMatrix(DistanceMatrixRequest request, DistanceMatrixRequestHandler handler)
           
 



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