[android-developers] Re: setAccuracy vs setHorizontalAccuracy

2013-12-18 Thread Mr&Mrs D
On Wednesday, December 18, 2013 9:44:53 AM UTC+2, gjs wrote: > > Hi, > > Not I, but you could guess that these relate in a device, cost &/or > technology independant manner about what (Location) accuracy is desired by > your app. > > The current technologies that the OS might choose from based

[android-developers] Re: setAccuracy vs setHorizontalAccuracy

2013-12-17 Thread gjs
Hi, Not I, but you could guess that these relate in a device, cost &/or technology independant manner about what (Location) accuracy is desired by your app. The current technologies that the OS might choose from based on your settings include GPS (fine or high accuracy), Wifi access point (med

[android-developers] Re: setAccuracy vs setHorizontalAccuracy

2013-12-17 Thread Mr&Mrs D
As internally accuracy just sets`mHorizontalAccuracy` I wonder why both setHorizontalAccuracy() and setAccuracy() - and no less than 6 constants - are provided. Anyone knows ? On Tuesday, November