Location Not Updates
shihabmi7 opened this issue · 2 comments
shihabmi7 commented
I am using sample app. But location, not updates. What's the reason??
ultra-taco commented
Not working for me either...
araiyusuke commented
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).