|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.DistanceMatrixResponseRow
public class DistanceMatrixResponseRow
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(
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 |
---|
protected DistanceMatrixResponseRow()
Method Detail |
---|
public finalgetElements()
public final void setElements(elements)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |