Geodesy functions implemented for Java/Kotlin. A port of JS geodesy to Kotlin for use with Java.
Please not this is pre-release, and much might change.
repositories {
maven { url 'https://jitpack.io' }
}
Add to your dependencies
dependencies {
implementation 'com.github.sfeatherstone:geodesy_jvm:v0.2.0'
}
- Refactor interfaces to be good for Kotlin and Java
- Improve this page
- Add missing classes
- Add all missing tests from original JS project