|
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
final class PositionImpl
Real JavaScriptObject
implementation of the Position
.
Nested Class Summary | |
---|---|
(package private) static class |
PositionImpl.CoordinatesImpl
|
Nested classes/interfaces inherited from interface com.google.gwt.geolocation.client.Position |
---|
Position.Coordinates |
Constructor Summary | |
---|---|
protected |
PositionImpl()
|
Method Summary | |
---|---|
Position.Coordinates |
getCoordinates()
Returns information about the coordinates reported by the browser. |
double |
getTimestamp()
Returns the time this position was reported by the browser. |
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()
Method Detail |
---|
public final Position.Coordinates getCoordinates()
Position
getCoordinates
in interface Position
public final double getTimestamp()
Position
getTimestamp
in interface Position
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |