Java com.google.gwt.geolocation.client Geolocation fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.geolocation.client Geolocation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.geolocation.client Geolocation.

The text is from its open source code.

Implementation

com.google.gwt.geolocation.client.Geolocation has the following implementations.
Click this link to see all its implementation.

Method

voidgetCurrentPosition(Callback callback)
Calls the callback with the user's current position.
voidgetCurrentPosition(Callback callback, PositionOptions options)
Calls the callback with the user's current position, with additional options.
GeolocationgetIfSupported()
Returns a Geolocation if the browser supports this feature, and null otherwise.
booleanisSupported()
Returns true if the browser supports geolocation.