I noticed that LocationListener and FusedLocation (used with GPS, by PRIORITY_HIGH_ACCURACY) retrieve different coordinates.
LocationListener get back latitude with 8 decimals, instead FusedLocation get back latitude with 7 or sometimes 6 decimal: decimals seems rounded resulting in less precision.
Tested on my Moto X/KitKat with PlayServices:6.1.11
Anyone knows why? There's a way to use FusedLocation without no rounded results?
Thanks.
EDIT The accuracy retrieved by getAccuracy is the same.