mrmans0n/smart-location-lib

Location Not Updates

shihabmi7 opened this issue · 2 comments

I am using sample app. But location, not updates. What's the reason??

Not working for me either...

Maybe default LocationParams is set to LocationParams.BEST_EFFORT.
It will not be updated unless it moves more than 150m.

Updated when you change to LocationParams.NAVIGATION.

SmartLocation.with(this).location(provider).config(LocationParams.NAVIGATION).