Skip to content

Myrronth/readwritegpx-android

Repository files navigation

ReadWriteGpx for Android

A library to read (parse) and write GPX files, built for Android. The reference schema is Topografix GPX 1.1.

Based on Android GPX Parser.

Download

Add the Jitpack repository to your root build file:

allprojects {
    repositories {
        maven { url = uri("https://jitpack.io") }
    }
}
dependencies {
    implementation("com.github.myrronth:readwritegpx-android:1.0.0.beta.2")
}

Usage

See the tests or the example app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages