mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

Location Not Updates #223

Open shihabmi7 opened 6 years ago

shihabmi7 commented 6 years ago

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

ultra-taco commented 6 years ago

Not working for me either...

araiyusuke commented 6 years ago

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).