com.google.maps.gwt.client
Class DistanceMatrixResponseRow

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.DistanceMatrixResponseRow

public class DistanceMatrixResponseRow
extends JavaScriptObject

A row of the response to a DistanceMatrixService request, consisting of a sequence of DistanceMatrixResponseElement s, one for each corresponding destination address. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected DistanceMatrixResponseRow()
          Protected constructor avoids default public constructor.
 
Method Summary
  getElements()
          The row's elements, corresponding to the destination addresses.
 void setElements( elements)
          The row's elements, corresponding to the destination addresses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceMatrixResponseRow

protected DistanceMatrixResponseRow()
Protected constructor avoids default public constructor.

Method Detail

getElements

public final  getElements()
The row's elements, corresponding to the destination addresses.


setElements

public final void setElements( elements)
The row's elements, corresponding to the destination addresses.