@SingleJsoImpl(value=PositionImpl.CoordinatesImpl.class) public static interface Position.Coordinates
Modifier and Type | Method and Description |
---|---|
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. |
double getAccuracy()
java.lang.Double getAltitude()
null
if the browser did not report an
altitude.java.lang.Double getAltitudeAccuracy()
null
if the browser did not report an
accuracy.java.lang.Double getHeading()
null
if the browser did not report a heading.double getLatitude()
double getLongitude()
java.lang.Double getSpeed()
null
if the
browser did not report a speed.