smart-location-lib icon indicating copy to clipboard operation
smart-location-lib copied to clipboard

Location Not Updates

Open shihabmi7 opened this issue 7 years ago • 2 comments

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

shihabmi7 avatar Nov 06 '17 12:11 shihabmi7

Not working for me either...

ultra-taco avatar Nov 13 '17 05:11 ultra-taco

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

araiyusuke avatar Jan 19 '18 07:01 araiyusuke