Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DistanceMatrixResponseRow
static DistanceMatrixResponseRow DistanceMatrixResponseRow.newInstance()
           
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type DistanceMatrixResponseRow
 JsArray<DistanceMatrixResponseRow> DistanceMatrixResponse.getRows()
          The rows of the matrix, corresponding to the origin addresses.
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type DistanceMatrixResponseRow
 void DistanceMatrixResponse.setRows(JsArray<DistanceMatrixResponseRow> rows)
          The rows of the matrix, corresponding to the origin addresses.
 



Follow us on GitHub

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