locus-android
locus-android copied to clipboard
Not Working in android 6
I am not getting lcation in android 6.0 everything is working fine above android 6.0 please take a look
// using this
Locus.getCurrentLocation(this) { result -> if (result.location != null) {
} else {
}
Print.P("Inside listener")
}