Example usage for com.google.gwt.geolocation.client Geolocation interface-usage

List of usage examples for com.google.gwt.geolocation.client Geolocation interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.geolocation.client Geolocation interface-usage.

Usage

From source file com.googlecode.gwtphonegap.client.geolocation.browser.GeolocationBrowserEmptyImpl.java

public class GeolocationBrowserEmptyImpl implements Geolocation {

    private com.google.gwt.geolocation.client.Geolocation gwtGeoLocation;

    public GeolocationBrowserEmptyImpl() {
        gwtGeoLocation = com.google.gwt.geolocation.client.Geolocation.getIfSupported();