Uses of Class
com.google.gwt.geolocation.client.PositionError
Packages that use PositionError
-
Uses of PositionError in com.google.gwt.geolocation.client
Method parameters in com.google.gwt.geolocation.client with type arguments of type PositionErrorModifier and TypeMethodDescriptionvoidGeolocation.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.