|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Distance
public class Distance
A representation of distance as a numeric value and a display string. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
Distance()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getText()
A string representation of the distance value, using the UnitSystem
specified in the request. |
double |
getValue()
The distance in meters. |
void |
setText(java.lang.String text)
A string representation of the distance value, using the UnitSystem
specified in the request. |
void |
setValue(double value)
The distance in meters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Distance()
Method Detail |
---|
public final java.lang.String getText()
UnitSystem
specified in the request.
public final double getValue()
public final void setText(java.lang.String text)
UnitSystem
specified in the request.
public final void setValue(double value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |