Follow us on GitHub

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)
           
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.