com.google.gwt.maps.client.services
Class DistanceMatrixResponseRow
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.DistanceMatrixResponseRow
public class DistanceMatrixResponseRow
- extends JavaScriptObject
A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElements, one for each corresponding destination address.
See DistanceMatrixResponseRow API Doc
DistanceMatrixResponseRow
protected DistanceMatrixResponseRow()
newInstance
public static final DistanceMatrixResponseRow newInstance()
setElements
public final void setElements(JsArray<DistanceMatrixResponseElement> elements)
- The row's elements, corresponding to the destination addresses.
- Parameters:
elements
-
getElements
public final JsArray<DistanceMatrixResponseElement> getElements()
- The row's elements, corresponding to the destination addresses.
Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.