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.
 



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