Kalman Location Manager
Location manager with Kalman filtering. Originally based on https://github.com/villoren/KalmanLocationManager Modifications are mine.
Usage:
Add it to your build.gradle with:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
and:
dependencies {
compile 'net.intari:KalmanLocationManager:{latest version}'
}