com.google.maps.gwt.client
Class DistanceMatrixResponse

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

public class DistanceMatrixResponse
extends JavaScriptObject

The response to a DistanceMatrixService request, consisting of the formatted origin and destination addresses, and a sequence of DistanceMatrixResponseRow s, one for each corresponding origin address. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected DistanceMatrixResponse()
          Protected constructor avoids default public constructor.
 
Method Summary
 JsArrayString getDestinationAddresses()
          The formatted destination addresses.
 JsArrayString getOriginAddresses()
          The formatted origin addresses.
  getRows()
          The rows of the matrix, corresponding to the origin addresses.
 void setDestinationAddresses(JsArrayString destinationAddresses)
          The formatted destination addresses.
 void setOriginAddresses(JsArrayString originAddresses)
          The formatted origin addresses.
 void setRows( rows)
          The rows of the matrix, corresponding to the origin addresses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceMatrixResponse

protected DistanceMatrixResponse()
Protected constructor avoids default public constructor.

Method Detail

getDestinationAddresses

public final JsArrayString getDestinationAddresses()
The formatted destination addresses.


getOriginAddresses

public final JsArrayString getOriginAddresses()
The formatted origin addresses.


getRows

public final  getRows()
The rows of the matrix, corresponding to the origin addresses.


setDestinationAddresses

public final void setDestinationAddresses(JsArrayString destinationAddresses)
The formatted destination addresses.


setOriginAddresses

public final void setOriginAddresses(JsArrayString originAddresses)
The formatted origin addresses.


setRows

public final void setRows( rows)
The rows of the matrix, corresponding to the origin addresses.