Uses of Interface
com.google.gwt.geolocation.client.Position
-
Packages that use Position Package Description 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 Modifier and Type Class Description (package private) classPositionImplRealJavaScriptObjectimplementation of thePosition.Method parameters in com.google.gwt.geolocation.client with type arguments of type Position Modifier and Type Method Description voidGeolocation. getCurrentPosition(Callback<Position,PositionError> callback)Calls the callback with the user's current position.voidGeolocation. getCurrentPosition(Callback<Position,PositionError> callback, Geolocation.PositionOptions options)Calls the callback with the user's current position, with additional options.intGeolocation. watchPosition(Callback<Position,PositionError> callback)Repeatedly calls the given callback with the user's position, as it changes.intGeolocation. watchPosition(Callback<Position,PositionError> callback, Geolocation.PositionOptions options)Repeatedly calls the given callback with the user's position, as it changes, with additional options.
-