/gwt-geolocation

Primary LanguageJavaApache License 2.0Apache-2.0

GWT3/J2CL compatible

GWT Geolocation

GWT Geolocation module for GWT 2 and J2CL.

Dependency

<dependency>
    <groupId>org.gwtproject.geolocation</groupId>
    <artifactId>gwt-geolocation</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Instructions

To build gwt-geolocation:

  • run mvn clean install

on the parent directory.

To run the j2cl tests:

  • switch to the 'gwt-geolocation-j2cl-tests' directory
  • run mvn j2cl:clean & mvn j2cl:test