|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.DistanceMatrixResponseElement
public class DistanceMatrixResponseElement
A single element of a response to a
DistanceMatrixService
request, which contains the duration and distance from one origin to
one destination.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DistanceMatrixResponseElement()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
Distance |
getDistance()
The distance for this origin-destination pairing. |
Duration |
getDuration()
The duration for this origin-destination pairing. |
DistanceMatrixElementStatus |
getStatus()
The status of this particular origin-destination pairing. |
void |
setDistance(Distance distance)
The distance for this origin-destination pairing. |
void |
setDuration(Duration duration)
The duration for this origin-destination pairing. |
void |
setStatus(DistanceMatrixElementStatus status)
The status of this particular origin-destination pairing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DistanceMatrixResponseElement()
Method Detail |
---|
public final Distance getDistance()
public final Duration getDuration()
public final DistanceMatrixElementStatus getStatus()
public final void setDistance(Distance distance)
public final void setDuration(Duration duration)
public final void setStatus(DistanceMatrixElementStatus status)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |