|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.core.client.JavaScriptObject com.google.gwt.geolocation.client.PositionImpl.CoordinatesImpl
static final class PositionImpl.CoordinatesImpl
Constructor Summary | |
---|---|
protected |
PositionImpl.CoordinatesImpl()
|
Method Summary | |
---|---|
double |
getAccuracy()
Returns the estimated accuracy reported by the browser, in meters. |
java.lang.Double |
getAltitude()
Returns the altitude reported by the browser, in meters, above the reference ellipsoid, or null if the browser did not report an
altitude. |
java.lang.Double |
getAltitudeAccuracy()
Returns the estimated accuracy of the altitude reported by the browser, in meters, or null if the browser did not report an
accuracy. |
java.lang.Double |
getHeading()
Returns the heading, in degrees from due north, reported by the browser, based on previous calls to get the user's position, or null
if the browser did not report a heading. |
double |
getLatitude()
Returns the decimal latitude reported by the browser. |
double |
getLongitude()
Returns the decimal longitude reported by the browser. |
java.lang.Double |
getSpeed()
Returns the speed, in meters/second, reported by the browser, based on previous calls to get the user's position, or null if the
browser did not report a speed. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PositionImpl.CoordinatesImpl()
Method Detail |
---|
public final double getAccuracy()
Position.Coordinates
getAccuracy
in interface Position.Coordinates
public final java.lang.Double getAltitude()
Position.Coordinates
null
if the browser did not report an
altitude.
getAltitude
in interface Position.Coordinates
public final java.lang.Double getAltitudeAccuracy()
Position.Coordinates
null
if the browser did not report an
accuracy.
getAltitudeAccuracy
in interface Position.Coordinates
public final java.lang.Double getHeading()
Position.Coordinates
null
if the browser did not report a heading.
getHeading
in interface Position.Coordinates
public final double getLatitude()
Position.Coordinates
getLatitude
in interface Position.Coordinates
public final double getLongitude()
Position.Coordinates
getLongitude
in interface Position.Coordinates
public final java.lang.Double getSpeed()
Position.Coordinates
null
if the
browser did not report a speed.
getSpeed
in interface Position.Coordinates
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |