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") }
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) {