Skip to content

daktak/AdvancedLocation

 
 

Repository files navigation

Advanced Location

An android class that helps you compute advanced data for GPS Location (average speed, distance, elapsed time, positive ascent).

Licensed under MIT License

Current version: 0.1

## Build Instructions:
./gradlew build

To include in an android project

In your project's settings.gradle file add...

project(':advancedlocation-library').projectDir = new File('submodules/AdvancedLocation/advancedlocation-library')  

Then add the library as dependency in your build.gradle

dependencies {
  compile project(':advancedlocation-library')
}

About

Advanced data to Android GPS Location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%