yayaa / LocationManager

Simplify getting user's location for Android
806 stars 187 forks source link

same location in different places #72

Closed ghizoo closed 6 years ago

ghizoo commented 6 years ago

Sometime i get the same coordinates in different places using this library

rmtheis commented 6 years ago

You didn't leave any details, but you're likely seeing the "last known" location. Try using .ignoreLastKnowLocation(true)

yayaa commented 6 years ago

Yes, please consider to update description by following up the issue template.

@rmtheis is right, either you can set ignoreLastKnowLocation(true) so that manager requests location updates anyway or try to reduce your time interval configurations.