Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DistanceMatrixResponseElement
static DistanceMatrixResponseElement DistanceMatrixResponseElement.newInstance()
          A single element of a response to a DistanceMatrixService request, which contains the duration and distance from one origin to one destination.
 

Methods in com.google.gwt.maps.client.services that return types with arguments of type DistanceMatrixResponseElement
 JsArray<DistanceMatrixResponseElement> DistanceMatrixResponseRow.getElements()
          The row's elements, corresponding to the destination addresses.
 

Method parameters in com.google.gwt.maps.client.services with type arguments of type DistanceMatrixResponseElement
 void DistanceMatrixResponseRow.setElements(JsArray<DistanceMatrixResponseElement> elements)
          The row's elements, corresponding to the destination addresses.
 



Follow us on GitHub

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