|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position | |
---|---|
com.google.gwt.geolocation.client | Support for the HTML5 Geolocation API. |
Uses of Position in com.google.gwt.geolocation.client |
---|
Classes in com.google.gwt.geolocation.client that implement Position | |
---|---|
(package private) class |
PositionImpl
Real JavaScriptObject implementation of the Position . |
Method parameters in com.google.gwt.geolocation.client with type arguments of type Position | |
---|---|
void |
Geolocation.getCurrentPosition(Callback<Position,PositionError> callback)
Calls the callback with the user's current position. |
void |
Geolocation.getCurrentPosition(Callback<Position,PositionError> callback,
Geolocation.PositionOptions options)
Calls the callback with the user's current position, with additional options. |
int |
Geolocation.watchPosition(Callback<Position,PositionError> callback)
Repeatedly calls the given callback with the user's position, as it changes. |
int |
Geolocation.watchPosition(Callback<Position,PositionError> callback,
Geolocation.PositionOptions options)
Repeatedly calls the given callback with the user's position, as it changes, with additional options. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |