|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.DistanceMatrixResponse
public class DistanceMatrixResponse
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(
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 |
---|
protected DistanceMatrixResponse()
Method Detail |
---|
public final JsArrayString getDestinationAddresses()
public final JsArrayString getOriginAddresses()
public finalgetRows()
public final void setDestinationAddresses(JsArrayString destinationAddresses)
public final void setOriginAddresses(JsArrayString originAddresses)
public final void setRows(rows)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |